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

Examples do not work when installing with pip install feedinlib #56

Open
Bachibouzouk opened this issue Mar 29, 2021 · 2 comments
Open
Assignees
Milestone

Comments

@Bachibouzouk
Copy link
Collaborator

One need to run pip install feedinlib --pre for the moment

and even then the following error pops

File "feedin.py", line 1, in <module>
    from feedinlib import era5
  File "/lib/python3.8/site-packages/feedinlib/__init__.py", line 5, in <module>
    from .powerplants import Photovoltaic, WindPowerPlant
  File "/lib/python3.8/site-packages/feedinlib/powerplants.py", line 24, in <module>
    from feedinlib.models.pvlib import Pvlib
ModuleNotFoundError: No module named 'feedinlib.models'

This is easily solvable by adding "feedinlib.models" to the list of packages in ´setup.py´

Would it be possible to make an actual release of the current stand of dev instead of the not working last release on pypi?

@uvchik
Copy link
Member

uvchik commented Jun 21, 2021

You can try pip install https://github.com/oemof/feedinlib/archive/dev.zip to get the latest version.

@uvchik uvchik added this to the v0.1.0 milestone Jun 22, 2021
@uvchik
Copy link
Member

uvchik commented Jun 22, 2021

This should be solved with the release of v0.1.0. We may make a pre-release to test the new feedinlib.

@uvchik uvchik assigned uvchik and unassigned gnn Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants