-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cannot install v1.9.0: AttributeError: _DistInfoDistribution__dep_map #61
Comments
Sorry about that. I'll investigate! |
I am not actually sure if it is related directly to sphinx-astropy . It makes no sense how the changes here would cause such pinning (copied from your failed log):
I remember seeing this error in this package during release yesterday but the only way I could fix it was to upgrade to Python 3.11 in the RTD config. |
Unless... I used too new a Python to build the wheel?
|
OMG... I dunno why but turns out I cannot use "v2" for older Python. 🤦 Line 33 in 1ca1569
|
More info is somehow |
@mkelley , can you please test with sphinx-astropy 1.9.1 ? 🤞 |
If it works, please close this issue. I am pretty confident it does because another package was affected and the doc build just passed, but I would still like to hear from you. Thanks! |
It works! Thanks for the quick fix. |
Sorry for breaking it in the first place! |
Building documentation for
sbpy
broke today, and I've narrowed it down tosphinx-astropy v1.9
. The error message can be seen at:https://readthedocs.org/projects/sbpy/builds/20943981/
The package that this crashes under varies. Here it was importlib, but locally it was python_dateutil, or keyring, or tomli, and maybe others. I don't think the package is the real issue though. Searching the internet for "AttributeError: _DistInfoDistribution__dep_map" doesn't tell me anything.
Our Readthedocs build is using Python 3.9, but locally I have been using 3.10.
Any ideas on what this could be? Need more info? I will build with v1.8.0 for now. https://readthedocs.org/projects/sbpy/builds/20944799/
Thanks!
The text was updated successfully, but these errors were encountered: