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

[JOSS] pvlib and pvfactors not included in Anaconda by default #13

Closed
sidihamady opened this issue Jun 21, 2022 · 3 comments
Closed

[JOSS] pvlib and pvfactors not included in Anaconda by default #13

sidihamady opened this issue Jun 21, 2022 · 3 comments

Comments

@sidihamady
Copy link

sidihamady commented Jun 21, 2022

pvlib and pvfactors are not installed by default in Anaconda, at least in the version I downloaded from the official website.
Therefore I had to install these libs manually using the Anaconda Poweshell prompt:
pip install pvlib
pip install pvfactors

Idem for radiance:
pip install bifacial_radiance

Please update the install procedure accordingly

[openjournals/joss-reviews#4443 (comment)](openjournals/joss-reviews#4443 (comment))

@kandersolar
Copy link

conda install -c pvlib pvlib

FYI we may get rid of that conda channel at some point in the future; better to install from PyPI (pip install pvlib) or the conda-forge channel (conda install pvlib-python -c conda-forge).

@sidihamady sidihamady changed the title pvlib and pvfactors not included in Anaconda by default [JOSS] pvlib and pvfactors not included in Anaconda by default Jun 21, 2022
@sidihamady
Copy link
Author

conda install -c pvlib pvlib

FYI we may get rid of that conda channel at some point in the future; better to install from PyPI (pip install pvlib) or the conda-forge channel (conda install pvlib-python -c conda-forge).

Yes, agree with that

@EwaGomez
Copy link
Member

Thank you for your comment! I updated the installation procedure for pvlib, pv-factors and bifacial_radiance. We are still working on an easier way get BifacialSimu running without exchanging the local files of the pv-factors and bifacial_radiance installation.

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

3 participants