Neutree / COMTool

Cross platform communicate assistant(Serial/network/terminal tool)( 跨平台 串口调试助手 网络调试助手 终端工具 linux windows mac Raspberry Pi )支持插件和二次开发
https://neucrack.com/p/186
GNU Lesser General Public License v3.0
1.85k stars 338 forks source link

Comtool.exe Library #41

Closed MartinSokolov15 closed 3 years ago

MartinSokolov15 commented 3 years ago

Hi, when i try to run comtool.exe i've got this error COMtool

Any help ?

Neutree commented 3 years ago

it's build by your self? make sure you can run with python ComTool/Main.py first

MartinSokolov15 commented 3 years ago

I try, but it's the same result when i then run comtool.exe

Neutree commented 3 years ago

you can not execute the build dir's exe file, you should use the dist directory's

image

MartinSokolov15 commented 3 years ago

I try and i've got this COMtool_Error

Neutree commented 3 years ago

image

pip install -r requirements.txt
MartinSokolov15 commented 2 years ago

ERROR: Cannot install requests==2.22.0 and urllib3==1.26.5 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested urllib3==1.26.5 requests 2.22.0 depends on urllib3!=1.25.0, !=1.25.1, <1.26 and >=1.21.1

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict
Neutree commented 2 years ago

。。。。 pip install -U urllib3 and pip install -U requests I don't know what you want to, maybe you should learn more about Python basic knowledge

MartinSokolov15 commented 2 years ago

I'm a beginner

Neutree commented 2 years ago

Ok fine, It dependence error, just follow what the error hint to do

MartinSokolov15 commented 2 years ago

How to fix this ?

File "C:/COMTool-master/COMTool/Main.py", line 7, in from COMTool.Combobox import ComboBox File "C:\COMTool-master\COMTool\Combobox.py", line 1, in from PyQt5.QtWidgets import QComboBox,QListView ImportError: DLL load failed while importing QtWidgets: The specified module could not be found.

Neutree commented 2 years ago

PyQt5 installation has some error maybe