Builds should work as normally.
Builds seem to fail for bizarre reasons.
OSError: [Errno 17] File exists: '/home/docs/checkouts/readthedocs.org/user_builds/springboard-core/envs/latest/lib/python2.7/lib-dynload'
Same exact problem here, for about the last 5 hours.
python3.5-mvirtualenv --no-site-packages --no-download/home/docs/checkouts/readthedocs.org/user_builds/pymiescatt/envs/latest
Seeing this too:
Looks like it has been fixed?
Hasn't been fixed for me.
python3.5 -mvirtualenv --no-site-packages --no-download /home/docs/checkouts/readthedocs.org/user_builds/pymiescatt/envs/latest
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 351, in copyfile
os.symlink(srcpath, dest)
FileExistsError: [Errno 17] File exists: '/usr/lib/python3.5/lib-dynload' -> '/home/docs/checkouts/readthedocs.org/user_builds/pymiescatt/envs/latest/lib/python3.5/lib-dynload'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 2328, in
main()
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 713, in main
symlink=options.symlink)
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 925, in create_environment
site_packages=site_packages, clear=clear, symlink=symlink))
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 1130, in install_python
copyfile(join(stdlib_dir, fn), join(lib_dir, fn), symlink)
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 354, in copyfile
copyfileordir(src, dest, symlink)
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 329, in copyfileordir
shutil.copytree(src, dest, symlink)
File "/usr/lib/python3.5/shutil.py", line 309, in copytree
os.makedirs(dst)
File "/usr/lib/python3.5/os.py", line 241, in makedirs
mkdir(name, mode)
FileExistsError: [Errno 17] File exists: '/home/docs/checkouts/readthedocs.org/user_builds/pymiescatt/envs/latest/lib/python3.5/lib-dynload'
Using base prefix '/usr'
It seems to have been fixed for me (https://readthedocs.org/projects/springboard-core/builds/6173917/ passed). I haven't done anything, except reissuing the build from the online interface.
I have no idea if the fix is going to persist though.
Same problem here since this afternoon :
https://readthedocs.org/projects/passhport-fr/builds/
Looks like all the docs here now build with no problem, anyone still with this issue?
I think this is a virtualenv error, when running parallel processes (probably similar to https://github.com/conda/conda/issues/2837)
anyone still with this issue?
Nope
Let's reopen if anyone still has it. Thanks all.