pip 安装第三方包提示Unknown or unsupported command 'install'

Unknownorunsupportedcommand'install'Unknownorunsupportedcommand'show'Unknownorunsupportedcommand'list'在使用pip出现以上错误的时候(如下图)原因:多个软件存在pip命令解决方法作者:顾延乾出处:https://www.cnblogs.com/mrwuzs/p/8046954.html...

spyder install package

pipinstallpackagepipuninstallpackagepipinstall--upgragepackagepipinstall--ignore-installed--upgragepackage1p2pipinstallipythonjupyternotebookcondainstallpackage-name  condainstallnumpypandasscipycondainstallnumpy=1.10condaremovenumpycondaupdatenumpycondalist#查所有模糊查询:condasearchsearch-termcondainfopackage查询依赖信息找包:anacondasearch-tcondaname    anacondashow#包含路径        condainstall--channel #根据上面网址输入 清华:https://pypi.tuna.tsinghua....
代码星球 代码星球·2021-02-23

pyinstaller使用-python项目转换成exe可执行文件

1、安装pyinstaller使用pip命令安装:pipinstall pyinstallerpipinstallpyinstaller 安装报错的话就是其他依赖环境没装pip3installTwisted-18.7.0-cp35-cp35m-win32.whlpip3install-ihttps://pypi.tuna.tsinghua.edu.cn/simpleseleniumpip3install-ihttps://pypi.tuna.tsinghua.edu.cn/simplescrapypip3install-ihttps://pypi.tuna.tsinghua.edu.cn/simplepyinstaller  1、使用下载安装的方式安装的Pyinstaller打包方式pyinstaller-Fodoo.py  2、输入参数的含义-F表示生成单个可执行文件-w表示去掉控制台窗口,这在GUI界面时非常有用。不过如果是命令行程序的话那就把这个选项删除吧!-p表示你自己自定义需要加载的类路径,一般情况下用不到-i表示可执行文件的图标 其他参考:ht...

解决npm install总是卡住不动的问题

遇到的问题npminstall-gnodemon安装nodemon工具时,发现进度条一直卡住不动,相信很多朋友也遇到过。原因应该是国内的网络连接npm速度较慢,甚至很多东西都无法下载安装。那么如何解决这个问题呢?方法一:安装cnpm镜像这个是比较常用的方法,我首先也是使用了这个方法。cnpm的安装方法,参考http://npm.taobao.org/npminstall-gcnpm--registry=https://registry.npm.taobao.org在cmd中输入以上命令就可以了,然后再使用cnpm安装cnpminstall-gnodemon后面的操作跟不使用镜像的操作是差不多的。方法二:使用代理registry在网上查阅了一些资料后,决定使用代理的方式,方法也很简单,就是npmconfigsetregistryhttps://registry.npm.taobao.org然后后续的install等命令还是通过npm运作,而不是cnpm。转载地址:https://blog.csdn.net/WXF_Sir/article/details/112944559...

(三)Installation

ElasticsearchrequiresatleastJava8.Specificallyasofthiswriting,itisrecommendedthatyouusetheOracleJDKversion1.8.0_131.Javainstallationvariesfromplatformtoplatformsowewon’tgointothosedetailshere.Oracle’srecommendedinstallationdocumentationcanbefoundon Oracle’swebsite.Sufficetosay,beforeyouinstallElasticsearch,pleasecheckyourJavaversionfirstbyrunning(andtheninstall/upgradeaccordinglyifneeded):Elasticsearch至少需要Java8.具体到撰写本文时,建议您使用OracleJDK版本1.8.0_131。Java安装因平台而异,因此我们不会在此处详细介绍。可以在Oracle的网站上找到Orac...
代码星球 代码星球·2021-02-23

vs2017 发布工具 Installer 发包遇到的问题处理

一、遇到的问题。   ERROR:要在“系统必备”对话框中启用“从与我的应用程序相同的位置下载系统必备组件”,必须将“Microsoft.NETFramework4.7.2(x86和x64)”项的文件“DotNetFX472NDP472-KB4054530-x86-x64-AllOS-ENU.exe”下载到本地计算机。有关详细信息,请参见http://go.microsoft.com/fwlink/?LinkId=616018。ERROR:要在“系统必备”对话框中启用“从与我的应用程序相同的位置下载系统必备组件”,必须将“Microsoft.NETFramework4.7.2(x86和x64)”项的文件“DotNetFX472NDP472-KB4054530-x86-x64-AllOS-CHS.exe”下载到本地计算机。有关详细信息,请参见http://go.microsoft.com/fwlink/?LinkId=616018。二、解决方法1.打开路径  C:ProgramFiles(x86)MicrosoftSDKsClickOnc...

Linux随笔之——./configure、make、make install(转)

原文连接:http://www.linuxidc.com/Linux/2011-02/32211.htm这些都是典型的使用GNU的AUTOCONF和AUTOMAKE产生的程序的安装步骤。./configure是用来检测你的安装平台的目标特征的。比如它会检测你是不是有CC或GCC,并不是需要CC或GCC,它是个shell脚本。make是用来编译的,它从Makefile中读取指令,然后编译。makeinstall是用来安装的,它也从Makefile中读取指令,安装到指定的位置。AUTOMAKE和AUTOCONF是非常有用的用来发布C程序的东西。-----1、configure,这一步一般用来生成Makefile,为下一步的编译做准备,你可以通过在configure后加上参数来对安装进行控制,比如代码:./configure–prefix=/usr意思是将该软件安装在/usr下面,执行文件就会安装在/usr/bin(而不是默认的/usr/local/bin),资源文件就会安装在/usr/share(而不是默认的/usr/local/share)。同时一些软件的配置文件你可以通过指定–sys-...

How to install flashplugin on ubuntu

 sudoapt-getinstallflashplugin-installer...

【Install】我是如何安装Linux类系统的

安装系统:ubuntu12.04i386DVD   sudoapt-getont color='red'>installont>gnome-shellgnome-tweak-ont color='red'>toont>olgnome-panel sudoapt-get auont color='red'>toont>remove indicaont color='red'>toont>r-appmenu appmenu-gtk appmenu-gtk3 appmenu-qt  gconfont color='red'>toont>ol-2 --set /apps/metacity/general/butont color='red'>toont>n_layout --type string ":close" gconfont color='red'>toont>ol-2 --set /apps/metacity/general/butont color='red'>toont>n_layout --type string ":minimize,maximize,close"sudoapt-getont color='red'>installont>synapticgdebinautilus-open-terminal&nb...

[Mongo] How to Install Mongo on Debian(不要安装

Thistutorialoutlinesthestepstoinstall MongoDB onDebiansystems.Thetutorialuses .deb packagestoinstall.WhilesomeDebiandistributionsincludetheirownMongoDBpackages,theofficialMongoDBpackagesaregenerallymoreuptodate.NOTEThistutorialappliestobothDebiansystemsandversionsofUbuntuLinuxpriorto9.10“Karmic”whichdonotuseUpstart.OtherUbuntuuserswillwanttofollowthe InstallMongoDBonUbuntu tutorial.Thedownloadsrepositoryprovidesthe mongodb-10gen package,whichcontainsthelat...
代码星球 代码星球·2021-02-21

「Ruby && Sqlite3」ont color='red'>Howont> ont color='red'>toont> install sqlite3 for ruby? (solve: sqlite-ruby no such file...)

errormessage:     nosuchfile....geminstallsqlite3-ruby----with-sqlite3-dir=/usr/local/lib      ...

【ubuntu】install openbox+tint2+bmenu on ubuntu12.04.4

原文地址:http://ndever.net/articles/linux/install-openbox-ubuntu-1304-1310openbox是我用过的轻量窗口中最好用的了。需要安装下面的包.There'samyriadofotherpackageswecouldofusedbuttheseworksforme:openbox-Windowmanagerobmenu-OpenboxGUImenueditorobconf-OpenboxGUIconfigurationtooltint2-Taskbarvolti-Systemtrayvolumecontrolapplicationxfce4-mixer-Volumecontrolapplicationxfce4-power-manager-Powermanagementutilitynitrogen-Wallpaperpickerandrendererclipit-Clipboardmanagergmrun-Lightweightapplicationlauncherwithautocompletefunctionsgksu-...

【RoR win32】提高rails new时bundle ont color='red'>installont>运行速度

在新建rails项目时,railsnew老是卡在bundleont color='red'>installont>那里,少则五分钟,多则几十分。这是因为railsnew时自动会运行bundleont color='red'>installont>,而bundleont color='red'>installont>会自动去rubygems.org查找是否有更新。但需要的gems我早安装好了,且不用更新,所以上面步骤就可省了。强烈建议rails党委取消railsnew时自动查找gems更新功能!解法很简单railsnewmy_app--skip-bundlecdmy_appbundleont color='red'>installont>--local另外,最新版bundler速度提高不少,建议使用,也能提速gemont color='red'>installont>bundler--pre  ...

INSTALL_FAILED_TEST_ONLY 的解决方法

错误现象:  $adbinstallapp-debug.apk    提示:Failedtoinstallapp-debug.apk:Failure[INSTALL_FAILED_TEST_ONLY:installPackageLI] 解决方法一,加-t:    $adbinstall-tapp-debug.apk    提示:Success 解决方法二:如图所示,    点击Build——>BuildAPK(s)这样生成的app-debug.apk,就可以正常安装了。 解决方法三:当然是签名了。   ...

【转】VMware Tools installation cannot be started manually while Easy Install is in progress.

我HOST 是WIN7也遇到了这样的问题  我这样做的:进入系统以后在你VM的下面会有几个图标:关于1,CD DVD 2,disk 3,floppy 4,网络连接。。。选择floppy--setting---use physical drive(在弹出界面的右半部分).再把鼠标点回虚拟系统,就直接安装TOOLS了 希望LZ 采纳~~~http://zhidao.baidu.com/link?url=86N8BRxCDeTjq28ylGRUeJmAsykX0qlUCYZ116CvhYdBAgU0ILLxqr2XNgBr6ANxQmMZ2i4Nzs0006He62MH3_...
首页上一页...23456...下一页尾页