messense/aliyundrive-fuse

请问这是缺依赖吗?

wrtqjk39810 opened this issue · 1 comments

root@aml-s812:~# pip install aliyundrive-fuse
Collecting aliyundrive-fuse
  Using cached https://files.pythonhosted.org/packages/89/36/67d3b64705ddfaba468a168d66f54c61e7bc154e434bbe40a1504edff6ae/aliyundrive_fuse-0.1.10.tar.gz
  Installing build dependencies ... error
  Complete output from command /usr/bin/python -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-U3cnfr --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- maturin>=0.12,<0.13:
  Collecting maturin<0.13,>=0.12
    Could not find a version that satisfies the requirement maturin<0.13,>=0.12 (from versions: 0.7.1b1, 0.7.1b2, 0.7.1, 0.7.2, 0.7.6, 0.11.0b1, 0.11.0b2, 0.11.0b3, 0.11.0b4, 0.11.0b5, 0.11.0, 0.11.2, 0.11.3b3, 0.11.4b4, 0.11.4)
  No matching distribution found for maturin<0.13,>=0.12
  
  ----------------------------------------
Command "/usr/bin/python -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-U3cnfr --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- maturin>=0.12,<0.13" failed with error code 1 in None
root@aml-s812:~# 

image

先升级下 pip:pip install -U pip