Hi,
I try to make the notebook helloWorld.ipynb work in conda environment with Python 3.12 in Windows 10.
All works fine down to installation of PythonToModelica.
I closed Jupyter lab and try the suggested command
pip install -e ./PythonToModelica
But I get an error message "...is not a valid editable requirement. It should either be a path..."
For a moment I suspect that I need to sort of install the material from your Github place
and since not that is done it installation get confused. However, the error message text is not clear to me.
Can you help me?
Hi,
I try to make the notebook helloWorld.ipynb work in conda environment with Python 3.12 in Windows 10.
All works fine down to installation of PythonToModelica.
I closed Jupyter lab and try the suggested command
pip install -e ./PythonToModelica
But I get an error message "...is not a valid editable requirement. It should either be a path..."
For a moment I suspect that I need to sort of install the material from your Github place
and since not that is done it installation get confused. However, the error message text is not clear to me.
Can you help me?