You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now after applying the quick fix of #3
I have run python server.pyand rq worker pypsa successfully.
When trying to submit a job on my local address http://127.0.0.1:5002/
I get the following error:
FileNotFoundError: [Errno 2] No such file or directory: 'static/scenarios.csv'
Now after applying the quick fix of #3
I have run
python server.py
andrq worker pypsa
successfully.When trying to submit a job on my local address http://127.0.0.1:5002/
I get the following error:
FileNotFoundError: [Errno 2] No such file or directory: 'static/scenarios.csv'
I am trying now the https://github.com/PyPSA/efuels-server to see if everything works there
The text was updated successfully, but these errors were encountered: