首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >满足要求PyDispatcher-2.0.5 (来自版本:无)

满足要求PyDispatcher-2.0.5 (来自版本:无)
EN

Stack Overflow用户
提问于 2021-08-07 20:41:57
回答 1查看 79关注 0票数 0

Python 3.9.5来了:

代码语言:javascript
复制
deactivate
rm -rf venv/
python -m venv venv
source venv/bin/activate
python -V
python -m pip install --upgrade pip
python -m pip install wheel

很好。

看看development.txt:

代码语言:javascript
复制
mariadb==1.0.5
python-binance==1.0.10
python-decouple==3.3
PyMySQL==0.10.1
mplfinance==0.12.7a4
newtulipy==0.4.6
autobahn==21.3.1
PyQt6==6.1.1
pyqtgraph==0.12.1
PyOpenGL==3.1.5
PyDispatcher-2.0.5
shortuuid==1.0.1

试试这个: development.txt (has is PyDispatcher==2.0.5)。为你自己试试这个:

代码语言:javascript
复制
python -m pip install -r requirements/development.txt
ERROR: Could not find a version that satisfies the requirement PyDispatcher-2.0.5 (from versions: none)
ERROR: No matching distribution found for PyDispatcher-2.0.5

为什么?

而是靠他自己:

代码语言:javascript
复制
pip install PyDispatcher
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: PyDispatcher in /home/jonsl/.local/lib/python3.9/site-packages (2.0.5)

很好。

为什么?

谢谢大家。

EN

回答 1

Stack Overflow用户

发布于 2021-08-08 12:21:40

事实证明:pyqtgraph==0.12.1

需要使用:PyQt6==6.1.1代替pyqtgraph==0.12.2

此外,除非需要,否则永远不要使用from ... import ...

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/68695968

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档