You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Guys:
I have built Fast-DDS-python successfully, but when i import the fastdds package, i get an error as follow:
The file struecture is orgnized like this:
and the test codes are: import fastdds import sys, os sys.path.insert(0, os.path.join(os.path.dirname(__file__)) ) sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'fastdds') ) sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'fastdds/helloworld') )
I don't know how to fix this, could any one help me ? Greate appreciation!
The text was updated successfully, but these errors were encountered:
Hi @mocyth
The issue is no longer reproducible in master with Fast DDS mmaster , could you double check that ?
We may backport a workaround to 2.x as well.
The version of python you compiled with fastdds-python does not match the version actually used in pycharm. You can specify the python version number in cmakelist at compile time.
Hi Guys:
I have built Fast-DDS-python successfully, but when i import the fastdds package, i get an error as follow:
The file struecture is orgnized like this:
and the test codes are:
import fastdds import sys, os sys.path.insert(0, os.path.join(os.path.dirname(__file__)) ) sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'fastdds') ) sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'fastdds/helloworld') )
I don't know how to fix this, could any one help me ? Greate appreciation!
The text was updated successfully, but these errors were encountered: