Skip to content
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

failed to pip install cloudsync-onedrive #56

Open
redstoneleo opened this issue Jan 29, 2023 · 0 comments
Open

failed to pip install cloudsync-onedrive #56

redstoneleo opened this issue Jan 29, 2023 · 0 comments

Comments

@redstoneleo
Copy link

On Win11

Python 3.9.15 (main, Oct 11 2022, 15:28:02) [MSC v.1929 64 bit (AMD64)] on win32

F:\BaiduNetdiskDownload\SoftwareProject\DjangoProjects\LYYDownloaderServer>pip install cloudsync-onedrive
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Collecting cloudsync-onedrive
  Using cached https://mirrors.aliyun.com/pypi/packages/50/bf/f9473eedd3e86bcbe9292390aac4ea9b52f52f1ed3e0f14864df41de018b/cloudsync_onedrive-3.2.1-py3-none-any.whl (15 kB)
Collecting quickxorhash
  Using cached https://mirrors.aliyun.com/pypi/packages/8d/85/699be9823e7c0a617efdf576d5bd38d85e7dccaed7d8caad4f854be53f44/quickxorhash-1.0.5.tar.gz (3.3 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: requests in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from cloudsync-onedrive) (2.28.1)
Requirement already satisfied: cloudsync>=3.3.1 in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from cloudsync-onedrive) (3.4.0)
Requirement already satisfied: arrow~=0.17.0 in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from cloudsync>=3.3.1->cloudsync-onedrive) (0.17.0)
Requirement already satisfied: xxhash in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from cloudsync>=3.3.1->cloudsync-onedrive) (3.2.0)
Requirement already satisfied: python-daemon in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from cloudsync>=3.3.1->cloudsync-onedrive) (2.3.2)
Requirement already satisfied: msgpack in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from cloudsync>=3.3.1->cloudsync-onedrive) (1.0.4)
Requirement already satisfied: pystrict in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from cloudsync>=3.3.1->cloudsync-onedrive) (1.3)
Requirement already satisfied: pywin32 in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from cloudsync>=3.3.1->cloudsync-onedrive) (304)
Requirement already satisfied: watchdog in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from cloudsync>=3.3.1->cloudsync-onedrive) (2.2.1)
Requirement already satisfied: urllib3>=1.25.3 in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from cloudsync>=3.3.1->cloudsync-onedrive) (1.26.12)
Requirement already satisfied: requests_oauthlib in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from cloudsync>=3.3.1->cloudsync-onedrive) (1.3.1)
Requirement already satisfied: charset-normalizer<3,>=2 in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from requests->cloudsync-onedrive) (2.1.1)
Requirement already satisfied: idna<4,>=2.5 in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from requests->cloudsync-onedrive) (3.4)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from requests->cloudsync-onedrive) (2022.9.24)
Requirement already satisfied: python-dateutil>=2.7.0 in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from arrow~=0.17.0->cloudsync>=3.3.1->cloudsync-onedrive) (2.8.2)
Requirement already satisfied: docutils in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from python-daemon->cloudsync>=3.3.1->cloudsync-onedrive) (0.19)
Requirement already satisfied: setuptools in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from python-daemon->cloudsync>=3.3.1->cloudsync-onedrive) (58.1.0)
Requirement already satisfied: lockfile>=0.10 in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from python-daemon->cloudsync>=3.3.1->cloudsync-onedrive) (0.12.2)
Requirement already satisfied: oauthlib>=3.0.0 in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from requests_oauthlib->cloudsync>=3.3.1->cloudsync-onedrive) (3.2.2)
Requirement already satisfied: six>=1.5 in c:\users\22815\appdata\local\programs\python\python39\lib\site-packages (from python-dateutil>=2.7.0->arrow~=0.17.0->cloudsync>=3.3.1->cloudsync-onedrive) (1.16.0)
Building wheels for collected packages: quickxorhash
  Building wheel for quickxorhash (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [5 lines of output]
      running bdist_wheel
      running build
      running build_ext
      building 'quickxorhash' extension
      error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for quickxorhash
  Running setup.py clean for quickxorhash
Failed to build quickxorhash
Installing collected packages: quickxorhash, cloudsync-onedrive
  Running setup.py install for quickxorhash ... error
  error: subprocess-exited-with-error

  × Running setup.py install for quickxorhash did not run successfully.
  │ exit code: 1
  ╰─> [5 lines of output]
      running install
      running build
      running build_ext
      building 'quickxorhash' extension
      error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> quickxorhash

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.

F:\BaiduNetdiskDownload\SoftwareProject\DjangoProjects\LYYDownloaderServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant