PyPSA / pypsa-server

A web interface for running PyPSA scenarios using the snakemake workflow
MIT License
7 stars 1 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'static/scenarios.csv' #4

Open pz-max opened 1 year ago

pz-max commented 1 year ago

Now after applying the quick fix of https://github.com/PyPSA/pypsa-server/issues/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'

I am trying now the https://github.com/PyPSA/efuels-server to see if everything works there