Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

无法安装项目依赖包项目依赖包 requirements.txt #91

Closed
shanjianwu opened this issue Jan 6, 2019 · 92 comments
Closed

无法安装项目依赖包项目依赖包 requirements.txt #91

shanjianwu opened this issue Jan 6, 2019 · 92 comments

Comments

@shanjianwu
Copy link

pip install的时候,显示no such file

@StefanoWen
Copy link

切到仓库requirement.txt所在目录再pip install或者pip install -r /path/to/requirements.txt

@xidiandb
Copy link

xidiandb commented Jan 7, 2019

将项目clone下来,进到根目录,直接 pip install -r requirements.txt

@tonghua2587
Copy link

报错了。。

Command "c:\users\king\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;file='C:\Users\King\AppData\Local\Temp\pip-install-py9olb6f\Pillow\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\King\AppData\Local\Temp\pip-record-kbpq4da3\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\King\AppData\Local\Temp\pip-install-py9olb6f\Pillow\

@Aline992
Copy link

Aline992 commented Jan 9, 2019

run.py运行出现没有名为yaml #111的模块

@SevenSecondMemoryFish
Copy link

SevenSecondMemoryFish commented Jan 9, 2019

报错了..

命令“c:\ users \ king \ appdata \ local \ programs \ python \ python37-32 \ python.exe -u -c”import setuptools,tokenize; file ='C:\ Users \ King \ AppData \ Local \ Temp \ pip-install-py9olb6f \ Pillow \ 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 \ King \ AppData \ Local \ Temp \ pip-record-kbpq4da3 \ install-record.txt --single-version-external-managed --compile“在C:\ Users \ King \ AppData \ Local \ Temp \ pip-中失败,错误代码为1安装-py9olb6f \枕头\

sudo python -m pip install --upgrade --force pip
sudo pip install setuptools==33.1.1

可以参考
https://blog.csdn.net/yangyun_1999/article/details/78275779

@tonghua2587
Copy link

报错了..

命令“c:\ users \ king \ appdata \ local \ programs \ python \ python37-32 \ python.exe -u -c”import setuptools,tokenize; file ='C:\ Users \ King \ AppData \ Local \ Temp \ pip-install-py9olb6f \ Pillow \ 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 \ King \ AppData \ Local \ Temp \ pip-record-kbpq4da3 \ install-record.txt --single-version-external-managed --compile“在C:\ Users \ King \ AppData \ Local \ Temp \ pip-中失败,错误代码为1安装-py9olb6f \枕头\

sudo python -m pip install --upgrade --force pip
sudo pip install setuptools==33.1.1

可以参考
https://blog.csdn.net/yangyun_1999/article/details/78275779

已解决~3q
不是pip没升级的原因
是我忘了我的是Python3

@tonghua2587
Copy link

tonghua2587 commented Jan 11, 2019

run.py运行出现没有名为yaml #111的模块

试试
pip install pyyaml
如果用pycharm运行的话可能会出现相对路径绝对路径的问题,win可以尝试用cmd运行

@Aline992
Copy link

Aline992 commented Jan 11, 2019 via email

@tonghua2587
Copy link

我装了python 3.7的,好像有影响,我在pycharm中重新弄了下环境就好了 18219445052@163.com 发件人: tonghua2587 发送时间: 2019-01-11 15:13 收件人: testerSunshine/12306 抄送: Aline992; Comment 主题: Re: [testerSunshine/12306] 无法安装项目依赖包项目依赖包 requirements.txt (#91) run.py运行出现没有名为yaml #111的模块 试试 pip install pyyaml 如果用pycharm运行的话可能会出现相对路径绝对路径的问题,win可以尝试用cmd运行 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

怎么我的pycharm就运行不了。。里面环境都切到2.7了
那些from ... import ... 都报错

@HaveObjective666
Copy link

image
安装依赖的时候报错,python版本是2.7,尝试了上述解决方式都无效,麻烦帮忙看下

@mushanzi1216
Copy link

Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

@tonghua2587
Copy link

image
安装依赖的时候报错,python版本是2.7,尝试了上述解决方式都无效,麻烦帮忙看下

路径不要带中文,编码好像出问题了

@AAAAAllenLiu
Copy link

Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

解决了吗?我在MAC上也是这个问题。

@zhangya7570
Copy link

Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

解决了吗?我在MAC上也是这个问题。

试试 : sudo pip install six --upgrade --ignore-installed six

@mushanzi1216
Copy link

Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

解决了吗?我在MAC上也是这个问题。

试试 : sudo pip install six --upgrade --ignore-installed six

对,我也是用的这个命令,应该是版本冲突了 six这个依赖

@Slience-eye
Copy link

Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall
怎么解决呀

@tonghua2587
Copy link

Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall
怎么解决呀

你用的是Python2吗

@zlsq
Copy link

zlsq commented Jan 21, 2019

Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

解决了吗?我在MAC上也是这个问题。

我也遇到了这个问题,直接在requirements.txt中屏蔽掉 six 那一行就行了,出这个问题好像是six依赖的版本冲突了

@Slience-eye
Copy link

无法卸载'六'。它是一个distutils安装的项目,因此我们无法准确确定哪些文件属于它,这将导致仅部分卸载。

解决了吗?我在MAC上也是这个问题。

我也遇到了这个问题,直接在requirements.txt中屏蔽掉六那一行就行了,出这个问题好像是六依赖的版本冲突了
已解决问题,我是在Linux上做的,直接yum -y remove PyPAML,然后重新执行pip,就好了。

@Slience-eye
Copy link

无法卸载'PyYAML'。这是一个distutils安装的项目,因此我们无法准确确定哪些文件属于它,这将导致只是部分卸载
怎么解决呀

你用的是Python2吗

Python2.7已解决问题

@Fujexlay
Copy link

/Users/fujexlay/Downloads/tikicts/12306-master/venv/bin/python /Users/fujexlay/Downloads/tikicts/12306-master/run.py
Traceback (most recent call last):
File "/Users/fujexlay/Downloads/tikicts/12306-master/run.py", line 15, in
run()
File "/Users/fujexlay/Downloads/tikicts/12306-master/run.py", line 7, in run
select_ticket_info.select().main()
File "/Users/fujexlay/Downloads/tikicts/12306-master/init/select_ticket_info.py", line 47, in init
self.arrival_time, self.take_time, self.order_model, self.open_time = self.get_ticket_info()
File "/Users/fujexlay/Downloads/tikicts/12306-master/init/select_ticket_info.py", line 86, in get_ticket_info
open_time = ticket_info_config["open_time"]
KeyError: 'open_time'

Process finished with exit code 1

运行run.py总是保这个错怎么解?

@FannyTony
Copy link

image
安装依赖的时候报错 python版本是2.7 尝试了上述解决方式都无效麻烦帮忙看下 , , ,

解决办法:修改mimetypes.py文件,路径位于python的安装路径下的Lib\mimetypes.py文件。在import下添加如下几行,将编码设置为‘gbk’:
if sys.getdefaultencoding() != 'gbk':
reload(sys)
sys.setdefaultencoding('gbk')

@151438611
Copy link

[root@centos2 12306-master]# python3 run.py
Using TensorFlow backend.
Illegal instruction

这是什么情况? 总是一直提示这个问题,运行不了,求助

@testerSunshine
Copy link
Owner

@151438611 你这个是TensorFlow没装

@luoyang871111
Copy link

无法卸载'六'。它是一个distutils安装的项目,因此我们无法准确确定哪些文件属于它,这将导致仅部分卸载。

解决了吗?我在MAC上也是这个问题。

我也遇到了这个问题,直接在requirements.txt中屏蔽掉六那一行就行了,出这个问题好像是六依赖的版本冲突了
已解决问题,我是在Linux上做的,直接yum -y remove PyPAML,然后重新执行pip,就好了。

搜索出来直接删除就可以了

@wzlove
Copy link

wzlove commented Sep 9, 2019

[root@centos2 12306-master]# python3 run.py
Using TensorFlow backend.
Illegal instruction

这是什么情况? 总是一直提示这个问题,运行不了,求助

老哥解决了没

@Iwantworld
Copy link

os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home

@pzypxh
Copy link

pzypxh commented Oct 22, 2019

Traceback (most recent call last):
File "/Users/mac/Study/12306-master/run.py", line 4, in
from init import select_ticket_info
File "/Users/mac/Study/12306-master/init/select_ticket_info.py", line 16, in
from init.login import GoLogin
File "/Users/mac/Study/12306-master/init/login.py", line 12, in
from inter.GetRandCode import getRandCode
File "/Users/mac/Study/12306-master/inter/GetRandCode.py", line 6, in
from verify.localVerifyCode import Verify
File "/Users/mac/Study/12306-master/verify/localVerifyCode.py", line 14, in
graph = tf.get_default_graph()
AttributeError: module 'tensorflow' has no attribute 'get_default_graph'
更换了tensorflow版本也不行

@sxjxtwmm
Copy link

pip install的时候,显示no such file

你得去那个文件的目录啊

@drcxzhou
Copy link

drcxzhou commented Dec 1, 2019

无法卸载'PyYAML'。这是一个distutils安装的项目,因此我们无法准确确定哪些文件属于它,这将导致只是部分卸载
怎么解决呀

你用的是Python2吗

Python2.7已解决问题

我是python3.6.5,也有这个问题,怎么解决呢?

@wen999di
Copy link

wen999di commented Dec 9, 2019

报错了:AttributeError: module 'tensorflow' has no attribute 'get_default_graph',怎么回事?

@Lesliecheni
Copy link

Python 3.7.0 无法安装 tensorflow怎么办,很多方法都试过

@151438611
Copy link

151438611 commented Dec 12, 2019 via email

@151438611
Copy link

151438611 commented Dec 12, 2019 via email

@151438611
Copy link

151438611 commented Dec 12, 2019 via email

@linuxisgod
Copy link

C:\Users\v_wbtli\python12306\12306-master>pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting beautifulsoup4==4.5.3 (from -r requirements.txt (line 1))
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None))': /simple/beautifulsoup4/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None))': /simple/beautifulsoup4/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None))': /simple/beautifulsoup4/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None))': /simple/beautifulsoup4/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None))': /simple/beautifulsoup4/
Could not find a version that satisfies the requirement beautifulsoup4==4.5.3 (from -r requirements.txt (line 1)) (from versions: )
No matching distribution found for beautifulsoup4==4.5.3 (from -r requirements.txt (line 1))

@linuxisgod
Copy link

win10上面pip为啥连不上呀

@xhxhxhxh
Copy link

image
python3.7的 一直报错

opencv-python 这个依赖包要手动下载
更换阿里镜像源
pip3 install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements.txt

@kooan-cpu
Copy link

C:\Users\admin\Desktop\12306>python run.py r
Traceback (most recent call last):
File "run.py", line 21, in
from init import select_ticket_info
File "C:\Users\admin\Desktop\12306\init\select_ticket_info.py", line 16, in
from init.login import GoLogin
File "C:\Users\admin\Desktop\12306\init\login.py", line 8, in
from inter.GetRandCode import getRandCode
File "C:\Users\admin\Desktop\12306\inter\GetRandCode.py", line 6, in
from verify.localVerifyCode import Verify
File "C:\Users\admin\Desktop\12306\verify\localVerifyCode.py", line 7, in
import cv2
ModuleNotFoundError: No module named 'cv2'

大神们,看看啥情况

@13012821125
Copy link

ERROR: Could not install packages due to an EnvironmentError: [WinError 145] 目录不是空的。: 'c:\users\administrator\appdata\local\programs\python\python37
\lib\site-packages\~ensorflow\_api\v1\compat\v1\user_ops'
这个怎么处理?

@ningruiyun
Copy link

图片
python3.7的一直报错

opencv-python这个依赖包要手动下载
替换阿里附加源
pip3 install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements.txt

opencv-python

大佬我遇到和你一样的问题,可是我单独下载却出现
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'opencv-python'
这个错误,请问这个要怎么解决呢?

@linweiheng-yg
Copy link

我这个在pip安装那些依赖就找不到tensorflow,请问要如何做,我从1.14.0版本到1.15.0版本的都试过了,都找不到,配置文件是这样写的tensorflow==1.15.0rc
5e0453d3e4b0131e3f376edd

@benbenlipy
Copy link

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt ,安装依赖一直不动是怎么回事

@gubinhua
Copy link

gubinhua commented Jan 1, 2020

Using TensorFlow backend.
Traceback (most recent call last):
File "run.py", line 21, in
from init import select_ticket_info
File "C:\Users\GBH\Desktop\12306\init\select_ticket_info.py", line 16, in
from init.login import GoLogin
File "C:\Users\GBH\Desktop\12306\init\login.py", line 8, in
from inter.GetRandCode import getRandCode
File "C:\Users\GBH\Desktop\12306\inter\GetRandCode.py", line 6, in
from verify.localVerifyCode import Verify
File "C:\Users\GBH\Desktop\12306\verify\localVerifyCode.py", line 9, in
from keras import models, backend
File "C:\Users\GBH\AppData\Local\Programs\Python\Python36\lib\site-packages\keras_init_.py", line 3, in
from . import utils
File "C:\Users\GBH\AppData\Local\Programs\Python\Python36\lib\site-packages\keras\utils_init_.py", line 6, in
from . import conv_utils
File "C:\Users\GBH\AppData\Local\Programs\Python\Python36\lib\site-packages\keras\utils\conv_utils.py", line 9, in
from .. import backend as K
File "C:\Users\GBH\AppData\Local\Programs\Python\Python36\lib\site-packages\keras\backend_init_.py", line 89, in
from .tensorflow_backend import *
File "C:\Users\GBH\AppData\Local\Programs\Python\Python36\lib\site-packages\keras\backend\tensorflow_backend.py", line 5, in
import tensorflow as tf
File "C:\Users\GBH\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow_init_.py", line 28, in
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
File "C:\Users\GBH\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python_init_.py", line 52, in
from tensorflow.core.framework.graph_pb2 import *
File "C:\Users\GBH\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\core\framework\graph_pb2.py", line 7, in
from google.protobuf import descriptor as _descriptor
File "C:\Users\GBH\AppData\Local\Programs\Python\Python36\lib\site-packages\google\protobuf\descriptor.py", line 47, in
from google.protobuf.pyext import _message
ImportError: DLL load failed: 找不到指定的程序。

什么鬼?

@With-a-Roar
Copy link

With-a-Roar commented Jan 12, 2020

Could not find a version that satisfies the requirement beautifulsoup4==4.5.3 (from -r requirements.txt (line 1)) (from versions: )
No matching distribution found for beautifulsoup4==4.5.3 (from -r requirements.txt (line 1))
抢票好难呀

@git-wang-hub
Copy link

,Using TensorFlow backend.
Traceback (most recent call last):
File "C:\Users\samsung\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\samsung\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\samsung\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\samsung\AppData\Local\Programs\Python\Python37\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\samsung\AppData\Local\Programs\Python\Python37\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: 动态链接库(DLL)初始化例程失败。

运行run.py报错了

你的问题解决了吗?

@wolfKIKI
Copy link

安装依赖报错:ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'C:\Users\wj\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\sklearn\datasets\tests\data\openml\292\api-v1-json-data-list-data_name-australian-limit-2-data_version-1-status-deactivated.json.gz'。怎么解决呢

@rainzzers
Copy link

mac
ERROR: Could not find a version that satisfies the requirement ntplib==0.3.3 (from -r requirements-docker37.txt (line 5)) (from versions: 0.3.4)
ERROR: No matching distribution found for ntplib==0.3.3 (from -r requirements-docker37.txt (line 5))
ERROR: Service 'ticket' failed to build: The command '/bin/sh -c pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --no-cache-dir -r requirements-docker37.txt' returned a non-zero code: 1

@ruyizi
Copy link

ruyizi commented Sep 3, 2020

mac
ERROR: Could not find a version that satisfies the requirement ntplib==0.3.3 (from -r requirements-docker37.txt (line 5)) (from versions: 0.3.4)
ERROR: No matching distribution found for ntplib==0.3.3 (from -r requirements-docker37.txt (line 5))
ERROR: Service 'ticket' failed to build: The command '/bin/sh -c pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --no-cache-dir -r requirements-docker37.txt' returned a non-zero code: 1

请问解决了吗?

@rainzzers
Copy link

mac
ERROR: Could not find a version that satisfies the requirement ntplib==0.3.3 (from -r requirements-docker37.txt (line 5)) (from versions: 0.3.4)
ERROR: No matching distribution found for ntplib==0.3.3 (from -r requirements-docker37.txt (line 5))
ERROR: Service 'ticket' failed to build: The command '/bin/sh -c pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --no-cache-dir -r requirements-docker37.txt' returned a non-zero code: 1

请问解决了吗?

没有,我换用服务器就能安装了,但是一直提示python版本不对,我装的就是3.6.12的给我提示我装的是3.7的

@ZTfred
Copy link

ZTfred commented Sep 17, 2020

image
跑docker时,镜像一直打不好

@TDxhfeng
Copy link

Traceback (most recent call last):
File "D:\software\anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "D:\software\anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 35, in
_pywrap_tensorflow_internal = swig_import_helper()
File "D:\software\anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 30, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "D:\software\anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "D:\software\anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: 找不到指定的程序。

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "", line 1, in
File "D:\software\anaconda3\lib\site-packages\tensorflow_init_.py", line 22, in
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
File "D:\software\anaconda3\lib\site-packages\tensorflow\python_init_.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "D:\software\anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "D:\software\anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "D:\software\anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 35, in
_pywrap_tensorflow_internal = swig_import_helper()
File "D:\software\anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 30, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "D:\software\anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "D:\software\anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: 找不到指定的程序。

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/install_sources#common_installation_problems

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

what's happend?

@xubuyu
Copy link

xubuyu commented Jun 12, 2021

pip install的时候,显示no such file

小白今天尝试,也是依赖无法安装,找不到文件,怎么弄?

@xubuyu
Copy link

xubuyu commented Jun 12, 2021

pip install的时候,显示no such file

小白今天尝试,也是依赖无法安装,找不到文件,怎么弄?

Collecting wrapcache==1.0.8
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/39/5f/fee52c29d0887a0457f256d7503d2bea1ad3fe9d02d269b1374db400a757/wrapcache-1.0.8.zip (16 kB)
ERROR: Could not find a version that satisfies the requirement ntplib==0.3.3 (from -r requirements.txt (line 6)) (from versions: 0.3.4, 0.4.0)
ERROR: No matching distribution found for ntplib==0.3.3 (from -r requirements.txt (line 6))

以上是我本地cd到12306-master目录下运行:pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt,后报错。

@XBB-Lin
Copy link

XBB-Lin commented Sep 7, 2023

image
咋解,哥哥们

@yuqiuqiu-98
Copy link

我这个在pip安装那些依赖就找不到tensorflow,请问要如何做,我从1.14.0版本到1.15.0版本的都试过了,都找不到,配置文件是这样写的tensorflow==1.15.0rc 5e0453d3e4b0131e3f376edd

解决了吗这个问题

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests