简体   繁体   中英

Import error with remote interpreter in pycharm

I am trying to run my code in the server using ssh remote interpreter.

The connection and the deployment work but when I want to import libraries located in the server it gives an import error

ssh://***@****.com:22/usr/bin/python -u

/home/ /main.py Traceback (most recent call last): File "/home/ /main.py", line 11, in from clplibs.clp import ContinuousLearningPlatform as clp ImportError: No module named clplibs.clp

Process finished with exit code 1

I've found a solution, the environment variables (including python path) should be defined from pycharm: Run/Debug configurations-> Environment variables. Pycharm won't use bashrc paths.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM