-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
RTD fails to build when trying to build wheels that works locally #7520
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
Comments
Sorry for the dups! my github was weird. |
It seems it's because the package you are trying to build requires a newer
There is no an easy way to upgrade the # https://github.com/QuantStack/ipycytoscape/blob/master/setup.py
import os
if os.environ.get('READTHEDOCS', False):
os.system('# upgrade NPM here in some way') I'm sorry I don't have a better answer here 😞 |
Hey @humitos thanks! I'll try to downgrade this :) |
Sorry I decided to quit using pip, it was giving me too much trouble for too long. |
Thanks for reporting back!
If you are interested in Mamba, you could subscribe to #7239 to receive notifications. |
@humitos cool! :) Thanks! |
It seems that I've already documented this at readthedocs/readthedocs-docker-images#107 (I'm getting old and my memory does not work good 👴 ) |
Details
Expected Result
Docs build.
Actual Result
Docs don't build, here is a relevant cut of the first error:
I can build the docs locally normally, no errors.
Any idea of what might be happening here or where to start debugging?
Thanks a lot! 🌸
The text was updated successfully, but these errors were encountered: