fengqzHD / gmIdNeoKit

Gm Id Kit with GUI to Work with Matlab Data file similar to Prof. Boris Murmann's gm/ID Starter Kit
GNU General Public License v3.0
40 stars 22 forks source link

need help, please #4

Open caduser2k opened 4 years ago

caduser2k commented 4 years ago

Hi,

I'm running a linux machine and I installed the package and also PyQt5, pyqtgraph, h5py, scipy, numpy but still getting the following error message when trying to run runGmIdSizing.py:

Traceback (most recent call last): File "runGmIdSizing.py", line 9, in from PyQt5 import QtCore, QtGui, QtWidgets ImportError: No module named PyQt5

do you have an idea of what is going on? (I don't know how to program in Python)

thanks very much in advance.

best regards

fengqzHD commented 4 years ago

Please make sure that PyQt5 is in the path where python could find it. You can check the link below for reference

https://leemendelowitz.github.io/blog/how-does-python-find-packages.html

JetYeah commented 4 years ago

mat文件里并没有VDSAT,可是py文件调用了这个参数,以至于运行至此报错该如何解决呢? QQ图片20200408224649

fengqzHD commented 4 years ago

问题的原因在我上传的mat file生成的code,没有把mn:vdsat存下来。 需要你更改生成mat file的文件,重新生成mat file,如下是我最近使用的code Screen Shot 2020-04-08 at 18 38 32

我会找时间尽快修改这个问题

JetYeah commented 4 years ago

非常感谢你提供的思路!期待你新一版的code。