最近安装tensorflow-hub出现错误:ERROR:Couldnotfindaversionthatsatisfiestherequirementtensorflow-hub(fromversions:none)ERROR:Nomatchingdistributionfoundfortensorflow-hub先说本人最终解决使用的方法:更换下载镜像源并将pip改为pip3出现这个问题有可能是你下载的版本与你配置的环境不兼容,最好是寻找对应的版本进行pip,此方法确实可以下载下来,但下载后不一定可用。pip3installtensorflow-hub-ihttp://pypi.douba
在使用python的pip命令安装各类package时,命令运行后会分3次返回警告类信息:Retrying(Retry(total=4,connect=None,read=None,redirect=None))afterconnectionbrokenby'ConnectTimeoutError(connection.VerifiedHTTPSConnectionobjectat0x00000218CA6213C8>,'Connectiontopypi.python.orgtimedout.(connecttimeout=15)')'如图:最终会产生红色字体报错:Couldnotfindav
在使用python的pip命令安装各类package时,命令运行后会分3次返回警告类信息:Retrying(Retry(total=4,connect=None,read=None,redirect=None))afterconnectionbrokenby'ConnectTimeoutError(connection.VerifiedHTTPSConnectionobjectat0x00000218CA6213C8>,'Connectiontopypi.python.orgtimedout.(connecttimeout=15)')'如图:最终会产生红色字体报错:Couldnotfindav
下载pandas报错如下:pipinstallpandasERROR:Couldnotfindaversionthatsatisfiestherequirementpandas(fromversions:none)ERROR:Nomatchingdistributionfoundforpandas解决方法: 在语句后面加上其他源,我这里用的清华源pipinstallpandas-ihttps://pypi.tuna.tsinghua.edu.cn/simple/然后成功:!!! ps:国内常用镜像源清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/阿里
下载pandas报错如下:pipinstallpandasERROR:Couldnotfindaversionthatsatisfiestherequirementpandas(fromversions:none)ERROR:Nomatchingdistributionfoundforpandas解决方法: 在语句后面加上其他源,我这里用的清华源pipinstallpandas-ihttps://pypi.tuna.tsinghua.edu.cn/simple/然后成功:!!! ps:国内常用镜像源清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/阿里