No module named 'cyber.python'
plumewind opened this issue · 7 comments
plumewind commented
hello, test the cyber_example_listener and cyber_example_listener is ok, and cyber_monitor is ok,
but get error by using the cyber_channel list :
➜ build git:(v8.0.0) source setup.zsh
➜ build git:(v8.0.0) cyber_channel list
Traceback (most recent call last):
File "/home/mini/researches/cyber_rt_8/CyberRT/build/bin/cyber_channel", line 23, in <module>
from cyber.python.cyber_py3 import cyber_time
ModuleNotFoundError: No module named 'cyber.python'
What can I do? Thanks a lot.
minhanghuang commented
/home/mini/researches/cyber_rt_8/CyberRT
hi @plumewind , Please check the Python version in CyberRT/build/lib
. If it is python 3.8
, please try running the following command: export PYTHONPATH=$PYTHONPATH:/home/mini/researches/cyber_rt_8/CyberRT/build/lib/python3.8/site-packages
plumewind commented
minhanghuang commented
I was unable to reproduce the issue in my local environment. Could you please try it on a Docker Ubuntu18.04 container?
plumewind commented
minhanghuang commented
plumewind commented
minhanghuang commented