原因是jdk的版本问题,下载jdk 1.8版本就可以运行了
pycharm是写python的ide idea是写java的ide,为啥装了jdk然后用pycharm呢?
pycharm安装cv2遇到的问题:Could not find a version that satisfies the requirement cv2 (from versions: ) 以下是第一次使用的安装方法:出现了错误 解决办法 使用以下的方法正确安装
pycharm错误:Could not find a version that satisfies the requirement gensim (from versions: ) No matching distribution found for gensim python安装gensim 1.报错提示 Collecting gensim Could not find a version that satisfies the requirement gensim (from versions: ) No matching distribution found for gen...
Pycharm下载库出错ERROR: Could not find a version that satisfies the requirement,程序员大本营,技术文章内容聚合第一站。
pycharm安装random报错ERROR: Could not find a version that satisfies the requirement random (from version,错误截图如下:环境是python3.8,pip是19.3查阅rllrandom2安装成功,效果如下:
pycharm出现Could not find a version that satisfies the requirement docopt<1.0,>=0.3,程序员大本营,技术文章内容聚合第一站。
要用一下pycharm,突然发现它画不了图了,小问题的解决过程记录一下吧。 图1 问题 解决过程: 检查anaconda安装目录下(如:D:\software\ANACONDA\Lib\site-packages)有无下面这些文件,若没有需要安装一下。 图2 在开始菜单栏打开anaconda prompt,输入安装命令pip install pyqt5 (如下图),安装完成后出现图2所示的...
##ERROR: Could not find a version that satisfies the requirement pycharm (from versions: none) ERROR: No matching distribution found for pycharm I can't install mediapipe #58 and #57 didn't answer me Author g-o-o-g-l-e commented Feb 20, 2024 Please help me g-o-o-g-l-e mentio...
it could not find or load the Qt platform plugin “xcb” in “” 1. 问题就在于它找不到 xcb 者个lib文件了 ok,好,首先先看看这个文件有没有,每个人报这个错误的原因是不同的 1.可能你在写Qt应用程序,然后报了这个错误那 么 2.可能你跟我一样,就是向要用pycharmdebug一下,那请你继续看: ...