-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
总是提示报错 #9
Comments
具体是什么错呢?建议查看下错误原因。测试主要在python3.8下
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年8月26日(周一) 下午5:04
收件人: ***@***.***>;
抄送: ***@***.***>;
主题: [charliedream1/ai_quant_trade] 总是提示报错 (Issue #9)
是不是只能在python3.8 版本使用 我在其他版本总是提示有些文件用高版本提示停用。还有我这个事苹果电脑m2 是不是有冲突。我后面用3.8版本 感觉还是一样的报错。搞了一天都没有弄好。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
ERROR: Could not find a version that satisfies the requirement yaml~=0.2.5 (from versions: none) |
我这边没有报错。你这个报错就是找不到这个包对应的这个版本。你不行yaml这个包就用最新的版本试试。
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年8月26日(周一) 下午5:49
收件人: ***@***.***>;
抄送: "Optimus ***@***.******@***.***>;
主题: Re: [charliedream1/ai_quant_trade] 总是提示报错 (Issue #9)
ERROR: Could not find a version that satisfies the requirement yaml~=0.2.5 (from versions: none)
ERROR: No matching distribution found for yaml~=0.2.5
应该是一些包装不好。我现在切换到3.8版本 就提示报这个错误 就是安装你那个依赖的时候时不时来报一个错,麻烦大神教教我?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
大神 我现在已经改了了版本 最新的yaml. Successfully installed pyyaml-6.0.2 |
他提示安装yaml要python3.9以上 但是我们用的这个是3.8 |
也有可能是你其他的包跟这个包的版本冲突了,你看在这之前还有什么其他的错误提示吗?如果你用3.9的话是有什么错误呢?
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年8月26日(周一) 晚上7:17
收件人: ***@***.***>;
抄送: "Optimus ***@***.******@***.***>;
主题: Re: [charliedream1/ai_quant_trade] 总是提示报错 (Issue #9)
他提示安装yaml要python3.9以上 但是我们用的这个是3.8
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
(site-packag) (base) skyceo@skyceodeMacBook-Pro myenv % python --version 提示一样的错误。我现在切换到3.9.6 |
我切换到3.12的版本 一直都是提示这个问题 error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully.
这个错误我到网上也找了很多答案 一直也没解决出来。 |
我也有同样的问题,完全新环境,无法安装 |
怎么解决啊,需要作者本人处理下 |
具体什么错误?
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年10月20日(周日) 晚上6:31
收件人: ***@***.***>;
抄送: "Optimus ***@***.******@***.***>;
主题: Re: [charliedream1/ai_quant_trade] 总是提示报错 (Issue #9)
怎么解决啊,需要作者本人处理下
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
不行我换成3.8.1么他要提示pip install --upgrade pip |
那你不要限定yaml的版本试试。
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年10月20日(周日) 晚上7:51
收件人: ***@***.***>;
抄送: "Optimus ***@***.******@***.***>;
主题: Re: [charliedream1/ai_quant_trade] 总是提示报错 (Issue #9)
@charliedream1
pyenv local 3.9.13 (cosyvoice) PS X:\ai\gupiao\ai_quant_trade> (cosyvoice) PS X:\ai\gupiao\ai_quant_trade> pip install -r requirements.txt Collecting flake8~=3.9.0 (from -r requirements.txt (line 1)) Using cached flake8-3.9.2-py2.py3-none-any.whl.metadata (3.7 kB) Collecting pandas~=1.2.4 (from -r requirements.txt (line 2)) Using cached pandas-1.2.5-cp39-cp39-win_amd64.whl.metadata (4.7 kB) Collecting tushare~=1.2.85 (from -r requirements.txt (line 3)) Using cached tushare-1.2.89-py3-none-any.whl.metadata (2.4 kB) Collecting yfinance~=0.1.70 (from -r requirements.txt (line 4)) Using cached yfinance-0.1.96-py2.py3-none-any.whl.metadata (11 kB) Collecting scikit-learn~=0.24.1 (from -r requirements.txt (line 5)) Using cached scikit_learn-0.24.2-cp39-cp39-win_amd64.whl.metadata (9.8 kB) Collecting PyQt5 (from -r requirements.txt (line 6)) Using cached PyQt5-5.15.11-cp38-abi3-win_amd64.whl.metadata (2.1 kB) Collecting matplotlib~=3.3.4 (from -r requirements.txt (line 7)) Using cached matplotlib-3.3.4-cp39-cp39-win_amd64.whl.metadata (5.7 kB) Collecting ffn~=0.3.6 (from -r requirements.txt (line 8)) Using cached ffn-0.3.9-py3-none-any.whl.metadata (3.6 kB) ERROR: Could not find a version that satisfies the requirement yaml~=0.2.5 (from versions: none) ERROR: No matching distribution found for yaml~=0.2.5
不行我换成3.8.1么他要提示pip install --upgrade pip
然后ERROR: Could not find a version that satisfies the requirement yaml~=0.2.5 (from versions: none)
ERROR: No matching distribution found for yaml~=0.2.5
反正搞不定
我用pyenv
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
是不是只能在python3.8 版本使用 我在其他版本总是提示有些文件用高版本提示停用。还有我这个事苹果电脑m2 是不是有冲突。我后面用3.8版本 感觉还是一样的报错。搞了一天都没有弄好。
The text was updated successfully, but these errors were encountered: