-
Notifications
You must be signed in to change notification settings - Fork 3
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
Documentation #5
Comments
The ReadTheDocs builds keep failing with the message: Processing /home/docs/checkouts/readthedocs.org/user_builds/zelt/checkouts/latest
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/docs/checkouts/readthedocs.org/user_builds/zelt/envs/latest/lib/python3.7/tokenize.py", line 447, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-req-build-tjd_9md0/setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-tjd_9md0/ https://readthedocs.org/projects/zelt/builds/9109143/ I can't work out what's going on here, @thilp @tortila any ideas? |
I recommend to wipe RTD's cache when faced with this kind of ridiculous error. I will do it tonight if @tortila doesn't beat me to it! |
👍 that worked, thanks. |
Wiping the cache is actually somehow a recommended solution: https://docs.readthedocs.io/en/stable/guides/wipe-environment.html (I found the link in this thread). I wonder if there's an option to not use caching at all, if it's so problematic with pip? |
In order to understand how to use Zelt and how it works,
I need detailed documentation.
The text was updated successfully, but these errors were encountered: