草庐IT

pip-xcfgd

全部标签

python - “Unable to locate finder for ' pip._vendor.diSTLib '” 使用"pip install virtualenv"时出错

我正在尝试在Windows10下使用Python3.6版本安装virtualenv。当我运行“pipinstallvirtualenv”时出现此错误。我是Python的新手。CollectingvirtualenvDownloadingvirtualenv-15.0.3-py2.py3-none-any.whl(3.5MB)100%|████████████████████████████████|3.5MB256kB/sInstallingcollectedpackages:virtualenvException:Traceback(mostrecentcalllast):File"

osx 上的 python/pip 错误

我最近购买了一个新硬盘并安装了一个全新的OSXMavericks副本。我使用自制软件安装了python,我需要创建一个python虚拟环境。但是每当我尝试使用pip运行任何命令时,我都会收到此错误。我无法在网上找到解决此问题的方法。任何引用将不胜感激。这是我得到的错误。ERROR:root:codeforhashmd5wasnotfound.Traceback(mostrecentcalllast):File"/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/has

python - 为什么 pip 在 vi​​rtualenv 中写入/usr/lib?

我在稍旧的操作系统上运行Python,其系统Python的版本为2.6。因此,我在我的主目录中安装了2.7,并使用该Python获取pip,并使用该pip安装virtualenvwrapper。所以我有$whichpythonpipvirtualenvvirtualenvwrapper.sh/home/user/bin/python/home/user/bin/pip/home/user/.local/bin/virtualenv/home/user/.local/bin/virtualenvwrapper.sh我使用这些工具创建一个virtualenv,并尝试安装一个模块$mkvir

python - 如何找到哪个pip包拥有一个文件?

我有一个文件,我怀疑它是由pip安装的。我如何才能找到哪个包安装了该文件?换句话说,我正在寻找类似于pacman-Qofilename或dpkg-Sfilename的命令,但用于pip.它存在吗?或者我应该使用pip和grep的某种组合吗?在那种情况下,我不知道如何列出所有已安装的文件。 最佳答案 你可以试试piplist|tail-n+3|cut-d""-f1|xargspipshow-f|grep"filename"然后搜索结果以查找该文件。 关于python-如何找到哪个pip包拥

python - pip install conda 后 Conda 损坏

运行命令“pipinstallconda”后,我的conda已损坏。有什么办法可以恢复吗?谢谢这是我在运行conda命令时看到的错误ERROR:Theinstallmethodyouusedforconda--probablyeither`pipinstallconda`or`easy_installconda`--isnotcompatiblewithusingcondaasanapplication.Ifyourintentionistoinstallcondaasastandaloneapplication,currentlysupportedinstallmethodsincl

python - Pip安装不适用于 Jenkins ?

那是我的Jenkinsfile。pipeline{agentnonestages{stage('Build'){agent{docker{image'python:3-alpine'}}steps{sh'pipinstall--user-rrequirements.txt'sh'pythonWebChecker.py'}post{always{junit'output.xml'}}}}}当我在Jenkins中运行它时,我得到了关注[urltester]Runningshellscript+pipinstall--user-rrequirements.txtThedirectory'/.

python - Pip安装不适用于 Jenkins ?

那是我的Jenkinsfile。pipeline{agentnonestages{stage('Build'){agent{docker{image'python:3-alpine'}}steps{sh'pipinstall--user-rrequirements.txt'sh'pythonWebChecker.py'}post{always{junit'output.xml'}}}}}当我在Jenkins中运行它时,我得到了关注[urltester]Runningshellscript+pipinstall--user-rrequirements.txtThedirectory'/.

python - 尝试使用 pip install pandas 时给出双重要求

我想使用包含pipinstall-rrequirements.txt的Dockerfile构建Docker容器。pandas==0.22.0包含在这个requirements.txt文件中。直到前两天,Docker容器才完美构建。从昨天开始,我收到一个错误:Doublerequirementgiven:numpy==1.12.1fromhttps://pypi.python.org/packages/02/64/c6c1c24ff4dbcd789fcfdb782e343ac23c074f6b8b03e818ff60eb0f937f/numpy-1.12.1-cp34-cp34m-man

python - 尝试使用 pip install pandas 时给出双重要求

我想使用包含pipinstall-rrequirements.txt的Dockerfile构建Docker容器。pandas==0.22.0包含在这个requirements.txt文件中。直到前两天,Docker容器才完美构建。从昨天开始,我收到一个错误:Doublerequirementgiven:numpy==1.12.1fromhttps://pypi.python.org/packages/02/64/c6c1c24ff4dbcd789fcfdb782e343ac23c074f6b8b03e818ff60eb0f937f/numpy-1.12.1-cp34-cp34m-man

解决pip install 速度慢问题

解决pipinstall速度慢问题在AnacondaPrompt中运行pipinstall速度慢,可以修改为国内源,注意新版ubuntu要求使用https源。清华:https://pypi.tuna.tsinghua.edu.cn/simple阿里云:http://mirrors.aliyun.com/pypi/simple/中国科技大学https://pypi.mirrors.ustc.edu.cn/simple/华中理工大学:http://pypi.hustunique.com/山东理工大学:http://pypi.sdutlinux.org/豆瓣:http://pypi.douban.c