This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
error: [Errno 20] Not a directory: '/tmp/easy_install-pvs43xha/onedrivesdk-2.0/setup.py/../NOTICE.rst' #128
Comments
I figured it out.
|
i have the same problem as you.and i cant fix it.could you tell me how to fix it |
上面写了patch噢。
修改文件requirements.txt中的行”onedrivesdk”改为”onedrivesdk<2”
|
pip install 'onedrivesdk<2' |
You will most likely need to attach "sudo" to the beginning of that command as otherwise it will probably error out with a "Permission denied" failure. |
sudo pip install 'onedrivesdk<2' does the trick. I'd recommend including this in the install instructions as well as the fix for the following error: OSError: [Errno 88] Socket operation on non-socket that occurs when using Python 3.8. |
Looks like this is still not fixed. Is there anybody still maintaining this package? |
@DAC324 I don't think so... feel free to create a PR |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I followed the README.md and run command:
python3 ./setup.py test
on CentOS Linux 7, I encountered the following error:
The text was updated successfully, but these errors were encountered: