We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When I am trying to install pvfactors I have the following error:
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
From what I understood pkgutil has been removed from pip.
my pip version is pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
thanks
The text was updated successfully, but these errors were encountered:
Unfortunately, solarfactors is currently “stuck” below Python 3.12. For why, see pvlib/solarfactors#16
I suggested trying to make this situation more explicit in #2201 (comment)
Sorry, something went wrong.
No branches or pull requests
Hi,
When I am trying to install pvfactors I have the following error:
From what I understood pkgutil has been removed from pip.
my pip version is pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
thanks
The text was updated successfully, but these errors were encountered: