我想在我的windows上安装pip,但是我得到一个错误信息: ERROR: Could not find a version that satisfies the requirement pip
(from versions: none)
ERROR: No matching distribution found for pip
我正在尝试使用sdk运行一个AzureML实验(遵循Udemy课程)。当我尝试使用Experiment.submit函数时,实验准备了以下错误消息,然后失败了:
ERROR: Command errored out with exit status 1
ERROR: Failed building wheel for pynacl
ERROR: Could not build wheels for pynacl which use PEP 517 and cannot be installed directly
Azure env是在我的anaconda导航器中创建的,时间很短,然后被移除
一直试图用pip安装python的Send2Trash模块,但到目前为止没有成功。于是我把pip install Send2Trash打进了终点站,得到的是:
Collecting Send2Trash
Using cached Send2Trash-1.3.0.tar.gz
Could not import setuptools which is required to install from a source distribution.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packa
当我通过pip安装tensorflow时,它显示没有匹配的发行版。我已经更新了pip。
(tfenv)pi@raspberrypi:~/Downloads/opencv-3.3.0-source/build $ pip install tensorflow
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
(tfenv)pi@raspbe