Questions tagged «pip»

pip是用于安装和管理Python软件包的工具

0
无法连接到192.168.99.100端口8888:超时
我一直得到这个错误,这使我无法在我的计算机上使用某些命令,如pip,easy_install,甚至在github和gitbucket上提交,这开始于我尝试使用docker但它给了我一些问题。请问我该怎么做才能解决这个问题? 这是我的输出 ipconfig /all Windows IP Configuration Host Name . . . . . . . . . . . . : VECTOR Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Mixed …

0
pip错误:找不到Fortran编译器,但编译器已经存在
我正在尝试使用pip为PyAstronomy安装外部库: pip install PyAstronomy_ext 我通过Anaconda命令提示符执行此操作。 我第一次运行命令时出现以下错误: building 'PyAstronomy_ext.forTrans.occultnl' extension error: extension 'PyAstronomy_ext.forTrans.occultnl' has Fortran sources but no Fortran compiler found ---------------------------------------- Failed building wheel for PyAstronomy-ext 和 Command "c:\users\matte\anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\matte\\AppData\\Local\\Temp\\pip-install-5pkiwi34\\PyAstronomy-ext\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\matte\AppData\Local\Temp\pip-record-bok3jklv\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in …

0
在macOS上部署throw pip结构的麻烦
在我的新MacBook上部署throw pip结构时遇到一些问题。谷歌有一些问题,但他们推荐的不起作用......同样的配置也适用于另一台Mac上的High Sierra,所以我觉得我很误解了。有我的pip包: Package Version ------------ ------- asn1crypto 0.24.0 bcrypt 3.1.4 cffi 1.11.5 cryptography 2.3.1 fabric 2.3.1 idna 2.7 invoke 1.1.1 paramiko 2.4.1 pip 18.1 pyasn1 0.4.4 pycparser 2.18 PyNaCl 1.2.1 setuptools 40.6.3 six 1.11.0 wheel 0.32.3 这是我的fab文件: from fabric import Connection from invoke import task @task def deploy(c, branch='master', …

1
尽管所需的库可用,但Python枕头安装失败
美好的一天, 我将Synology DS215J用作Python开发环境。我已经配置ipkg为系统软件包管理器。我的目标是在虚拟环境中使用Django和Pillow python软件包(Django和virtualenv已通过安装pip)。不幸的是,我的虚拟Python环境中的Pillow软件包安装失败。 我已经通过安装枕头所需要的库ipkg:libjpeg,zlib,libtiff等我可以看到他们都在使用/usr/lib/。libjpeg链接到libjpeg.so.8.0.2 激活我的虚拟环境后,我尝试使用 pip install pillow Pip将下载版本3.0.0,在安装过程中,我遇到两个错误,然后显示一些有关该错误的详细信息: (....) Failed building wheel for Pillow (....) ValueError: --enable-jpeg requested but jpeg not found, aborting. ---------------------------------------- Command "/volume2/homes/user/Projects/django_project/venv/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-2daEE8/Pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-NSRCzG-record/install-record.txt --single-version-externally-managed --compile --install-headers /volume2/homes/user/Projects/django_project/venv/include/site/python2.7/Pillow" failed with error code 1 in …

1
pip无法从pypi.python.org找到软件包
我正在OSP 10.11上运行通过自制软件安装的python附带的pip v1.5.6 pip install emo例如,当运行时,我得到: Could not find any downloads that satisfy the requirement emo pip.log内容为: ------------------------------------------------------------ /usr/local/bin/pip run on Mon Jan 5 11:50:28 2015 Downloading/unpacking emo Getting page https://pypi.python.org/simple/emo/ URLs to search for versions for emo: * https://pypi.python.org/simple/emo/ Analyzing links from page https://pypi.python.org/simple/emo/ Could not find any downloads …
macos  python  pip 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.