Micro-sheep / efinance

efinance 是一个可以快速获取基金、股票、债券、期货数据的 Python 库,回测以及量化交易的好帮手!🚀🚀🚀
MIT License
1.89k stars 477 forks source link

在miniconda3中找不到efinance安装包 #139

Open hrbcxq opened 1 year ago

hrbcxq commented 1 year ago

你好,在miniconda3中找不到efinance安装包 image C:\Users\Administrator>conda install efinance Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Micro-sheep commented 1 year ago

需要使用 pip 来安装,我没在 conda 上面发布。

hrbcxq commented 1 year ago

需要使用 pip 来安装,我没在 conda 上面发布。

那赶紧提交到conda呀,在conda中用pip安装会产生冲突。 冲突之后很麻烦的。 我给你发红包,谢谢你。

Micro-sheep commented 1 year ago

需要使用 pip 来安装,我没在 conda 上面发布。

那赶紧提交到conda呀,在conda中用pip安装会产生冲突。

冲突之后很麻烦的。

我给你发红包,谢谢你。

你是遇到了什么冲突,我一直在用 conda 管理 python环境,然后用 pip 来安装,也没遇到过冲突。

hrbcxq commented 1 year ago

再把这些写好的代码打包成EXE的时候,有些依赖包会出现问题,因为conda和pip管理的方式不一样,他俩互相打不通,有的时候就是他找不到这个那个找不到那个,反正有一些莫名其妙的问题

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2023年07月13日 15:45 | | 收件人 | @.> | | 抄送至 | @.>@.> | | 主题 | Re: [Micro-sheep/efinance] 在miniconda3中找不到efinance安装包 (Issue #139) |

需要使用 pip 来安装,我没在 conda 上面发布。

那赶紧提交到conda呀,在conda中用pip安装会产生冲突。

冲突之后很麻烦的。

我给你发红包,谢谢你。

你是遇到了什么冲突,我一直在用 conda 管理 python环境,然后用 pip 来安装,也没遇到过冲突。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

allen-li1231 commented 8 months ago

官方不建议在conda环境使用pip https://www.anaconda.com/blog/using-pip-in-a-conda-environment