Dear guys,
I have encountered a issue, about pymcx.
When I import pymcx, it gave me the following errors :
import pymcx
Traceback (most recent call last):
File "C:\Users\QuanWang\AppData\Local\Temp/ipykernel_19884/3192498641.py", line 1, in <module>
import pymcx
ModuleNotFoundError: No module named 'pymcx'
but I have already installed pymcx, please see it ,
pip install pymcx
Requirement already satisfied: pymcx in d:\anaconda3\envs\pytorch_env\lib\site-packages (0.0.1)
Note: you may need to restart the kernel to use updated packages.
I restarted the kernel, but still can not work, does any one can help , i appreciate it.
I also tried pycharm, have the same issue after I installed the pymcx successully.
thanks again
best regards,
Quan