-
Notifications
You must be signed in to change notification settings - Fork 12
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
EnvironmentError: [Errno 2] No such file or directory when installing apache libcloud on appveyor #29
Comments
FYI, this is not appveyor specific, I reproduced it on a local windows machine. pip install apache-libcloud==2.2.1 seems to work though (and upload works both on Python 3.7 and Python 2.7 with that version). I will probably do a new release to pin to that version for now. |
I encountered the encryptfs limitation myself on my linux laptop and I put my venvs folder under a non-encrypted folder in /opt because of that. But this is not exactly the same problem: pip fails to install apache-libcloud==2.3.0 under windows. The fix is probably to rename that file to something shorter in the libcloud package. |
It looks very similar - and the report seems to say that the current release is broken in that respect. Is it possible this is a Windows file path length limitation? |
It's very likely. I reported: and linked it to LIBCLOUD-1000. |
I have also released 0.10.1 as a stopgap with a dependency pinned to apache-licloud==2.2.1 |
Apparently, the latest libcloud cannot be installed under appveyor with the following error message:
The text was updated successfully, but these errors were encountered: