Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ramp package error #48

Open
2 tasks done
Emre-Yorat89 opened this issue Aug 7, 2024 · 2 comments
Open
2 tasks done

ramp package error #48

Emre-Yorat89 opened this issue Aug 7, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Emre-Yorat89
Copy link
Contributor

Emre-Yorat89 commented Aug 7, 2024

Checklist

  • I am using the current main branch or the latest release. Please indicate.
  • I am running on an up-to-date pypsa-earth environment. Update via conda 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.

@Emre-Yorat89 Emre-Yorat89 added the bug Something isn't working label Aug 7, 2024
@davide-f
Copy link
Member

davide-f commented Aug 7, 2024

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:

  • README.md
  • doc/installation.rst

@Emre-Yorat89
Copy link
Contributor Author

I am happy to do it. Thank you for your guide. Now I am able to solve a network without problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants