Open Emre-Yorat89 opened 4 months ago
Hello @Emre-Yorat89 ! Great point! To install it you can do:
conda activate pypsa-earth
pip install rampdemand
Would you like to propose a PR and update the documentation on the installation? :D
Files to change should be:
I am happy to do it. Thank you for your guide. Now I am able to solve a network without problem.
Checklist
main
branch or the latest release. Please indicate.pypsa-earth
environment. Update viaconda env update -f pypsa-earth/envs/environment.yaml
.Describe the Bug
Hi, Currently the ramp package is not included in the environment.yaml. Therefore running ramp_build_demand_profile.py script results in missing module error. Installing manually with "pip install ramp" does not solve the problem since the ramp package is also dependent to other packages. Do you have suggestions on how to get around this problem? I would also like to contribute to solve this problem from code side along with your recommendations. Thank you so much for your helps.