簡體   English   中英

我在 anaconda mac 上的 python3.10 無法安裝 python-binance

[英]my python3.10 on anaconda mac can't install python-binance

我的 anaconda base(root) 使用的是 python3.9,我想要一個新版本,所以我用 python3.10 安裝了一個新的虛擬環境。 然后我使用“conda install -c conda-forge python-binance”來獲取python-binance,但得到如下錯誤。

 conda install -c conda-forge python-binance Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: | Found conflicts. Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort: failed UnsatisfiableError: The following specifications were found to be incompatible with each other: Output in format Requested package -> Available versions

我已經嘗試了此鏈接中包含的所有解決方案: https://exerror.com/solving-environment-failed-with-initial-frozen-solve-retrying-with-flexible-solve ,但都失敗了。 那么誰能告訴我我該怎么做才能解決它?

我認為這個 package 僅適用於 python 3.5、3.6、3.7,如此所述。


所以我建議你降級你的 python 版本來兼容這個庫

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM