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
[root@abc cvpysdk]# python
Python 3.7.3 (default, May 8 2019, 06:21:13)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)] on linux
Type "help", "copyright", "credits" or "license" for more information.
from cvpysdk.commcell import Commcell
Traceback (most recent call last):
File "", line 1, in
File "/fisc/backup/python/lib/python3.7/site-packages/cvpysdk-11.17-py3.7.egg/cvpysdk/cvpysdk.py", line 66, in
from .exception import SDKException
ImportError: attempted relative import with no known parent package
The text was updated successfully, but these errors were encountered:
Can you please try to launch python shell from a different directory (different from python install path)? This might be because of the way python imports the libraries.
[root@abc cvpysdk]# python
Python 3.7.3 (default, May 8 2019, 06:21:13)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)] on linux
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: