简体   繁体   English

我正在尝试获取 pyqt 所以我可以获取 pylint 但我似乎无法安装它我绝对是 python 和编码的菜鸟

[英]I'm trying to get pyqt so i can get pylint but i cant seem to install it i am a absolute noob to python and coding in general

As stated in the title i cant get pylint.如标题中所述,我无法获得 pylint。 I'm on a mac using vs code and keep on getting this error我在使用 vs 代码的 Mac 上并不断收到此错误

ERROR: pyqtwebengine 5.14.0 has requirement PyQt5>=5.14, but you'll have pyqt5 5.9 which is incompatible.
ERROR: pyqtwebengine 5.14.0 has requirement PyQt5-sip<13,>=12.7, but you'll have pyqt5-sip 4.19.19 which is incompatible.```

The dependencies aren't the right version, I'm assuming you probably used pip?依赖项不是正确的版本,我假设您可能使用了 pip? Try尝试

pip install --upgrade pyqt5

or whatever the equivalent version is for vscode.或适用于 vscode 的任何等效版本。 Then try again.然后再试一次。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我似乎无法准确地得到它,我正在得到阶乘,但似乎无法找到一种方法来放入组合公式 - i can not seem to get it exactly, i am getting the factorials but cant seem to find a way to put in the combination formula 我正在尝试在 python 中进行基本的颜色转换,但是我似乎无法克服以下错误 - I am trying to do a basic colour conversion in python however I can't seem to get past the below error 我正在尝试为caeser密码创建频率分析,但是我似乎无法获得输出 - I'm trying to create a frequency analysis for a caeser cipher,However I can't seem to get an output 嗨,我是编码新手,我正在学习 python 乌龟,我正在制作这款钢琴拼图游戏,但我无法真正让鼠标点击工作 - Hi am new at coding and I am learning python turtle , and I am making this piano tiles game like but I cant really get the mouse click to work 嗨,我是 python 的新手,并试图将列表转换为字典,以便我可以获得按摩的价值并在某处使用它 - Hi, I am new to python and trying to convert a list into a Dictionary so I can get the value of the massage and use it somewhere 我正在尝试安装 PyQt6 并收到元数据错误 - I am trying to install PyQt6 and am getting metadata error 我对 pyglet 和 python 菜鸟完全陌生,但我正在尝试按设定的时间间隔为我的“点”“生成”食物。 我在这里错过了什么? - I'm completely new to pyglet and a python noob, but I'm trying to "spawn" food for my "dot" at set intervals. What am I missing here? 我试图在Python中获得一个整数条目 - I am trying to get an entry as an integer in Python 我有这个 python 代码,我试图将其转换为 javascript 但我似乎无法弄清楚是哪个 if 语句。 使用 - I have this python code that I am trying to turn into javascript but I cant seem to figure out which if statement. to use 我无法通过任何 python package 上的“收集 '无论 package 名称'” - I cannot get past “collecting 'whatever package name' ” on ANY python package I am trying to install
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM