Paddle.js icon indicating copy to clipboard operation
Paddle.js copied to clipboard

pip3 install paddlejsconverter安装报错

Open dragonwarrior95 opened this issue 2 years ago • 3 comments

dragondeMacBook-Pro PP-HumanSeg % pip3 install paddlejsconverter
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 Collecting paddlejsconverter Using cached paddlejsconverter-1.0.7-py3-none-any.whl (15 kB) Requirement already satisfied: paddlepaddle>=2.0.0 in /usr/local/lib/python3.9/site-packages (from paddlejsconverter) (2.2.2) Requirement already satisfied: numpy in /usr/local/lib/python3.9/site-packages (from paddlejsconverter) (1.22.3) Using cached paddlejsconverter-1.0.6-py3-none-any.whl (15 kB) Using cached paddlejsconverter-1.0.5-py3-none-any.whl (14 kB) Using cached paddlejsconverter-1.0.4-py3-none-any.whl (14 kB) Using cached paddlejsconverter-1.0.3-py3-none-any.whl (14 kB) Using cached paddlejsconverter-1.0.2-py3-none-any.whl (14 kB) Using cached paddlejsconverter-1.0.1-py3-none-any.whl (14 kB) Using cached paddlejsconverter-1.0.0-py3-none-any.whl (14 kB) ERROR: Cannot install paddlejsconverter==1.0.0, paddlejsconverter==1.0.1, paddlejsconverter==1.0.2, paddlejsconverter==1.0.3, paddlejsconverter==1.0.4, paddlejsconverter==1.0.5, paddlejsconverter==1.0.6 and paddlejsconverter==1.0.7 because these package versions have conflicting dependencies.

The conflict is caused by: paddlejsconverter 1.0.7 depends on paddlelite==2.7.1 paddlejsconverter 1.0.6 depends on paddlelite==2.7.1 paddlejsconverter 1.0.5 depends on paddlelite==2.7.1 paddlejsconverter 1.0.4 depends on paddlelite==2.7.1 paddlejsconverter 1.0.3 depends on paddlelite==2.7.1 paddlejsconverter 1.0.2 depends on paddlelite==2.7.1 paddlejsconverter 1.0.1 depends on paddlelite==2.7.1 paddlejsconverter 1.0.0 depends on paddlelite==2.7.1

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

dragondeMacBook-Pro PP-HumanSeg % pip3 install paddlelite==2.7.1
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 ERROR: Could not find a version that satisfies the requirement paddlelite==2.7.1 (from versions: 2.10rc0, 2.10) ERROR: No matching distribution found for paddlelite==2.7.1 dragondeMacBook-Pro PP-HumanSeg %

dragonwarrior95 avatar Mar 18 '22 02:03 dragonwarrior95

你的python版本是什么,3.7可以安装成功。paddlelite2.7.1不支持高版本。

MayYouBeProsperous avatar Mar 18 '22 08:03 MayYouBeProsperous

3.9.10

dragonwarrior95 avatar Mar 21 '22 09:03 dragonwarrior95

3.9.12, same error. 3.7.15, it works.

cmcreborn avatar Dec 02 '22 09:12 cmcreborn