簡體   English   中英

在 Conda venv 中安裝軟件包時如何解決此錯誤?

[英]How do I resolve this error when installing packages in a Conda venv?

我正在嘗試在我的 python 3.6.10 Conda venv 中安裝 pygame。 When I ran: conda install -c cogsci pygame it gave me an unsatisfiable error saying: - pip -> python[version='>=3.7,<3.8.0a0'] (I am on windows 10 btw). 這是否意味着我的 pip 版本需要 python 3.7? 我該如何解決?

這似乎您需要將 python 升級到 3.7 版。 將您的 python 升級到 3.7.x 但不是升級到 3.8,因為它說 >=3.7,<3.8

暫無
暫無

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

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