Skip to content

Instantly share code, notes, and snippets.

@metaperl
Created July 4, 2020 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metaperl/7d0dc5d011850edc5346fdaa82167760 to your computer and use it in GitHub Desktop.
Save metaperl/7d0dc5d011850edc5346fdaa82167760 to your computer and use it in GitHub Desktop.
Failure of execution from shell
(base) C:\cygwin64\home\terre\prg\import-hell-with-anaconda-python>python bin\rule_cli.py
The PYTHON PATH = ['C:\\cygwin64\\home\\terre\\prg\\import-hell-with-anaconda-python\\src', 'C:\\cygwin64\\home\\terre\\prg\\import-hell-with-anaconda-python\\bin', 'C:\\cygwin64\\home\\terre\\prg\\telegram-autotrader\\src', 'C:\\cygwin64\\home\\terre\\prg\\dwx-zeromq-connector\\v2.0.1\\python\\api', 'C:\\Users\\terre\\anaconda3\\python37.zip', 'C:\\Users\\terre\\anaconda3\\DLLs', 'C:\\Users\\terre\\anaconda3\\lib', 'C:\\Users\\terre\\anaconda3', 'C:\\Users\\terre\\anaconda3\\lib\\site-packages', 'C:\\Users\\terre\\anaconda3\\lib\\site-packages\\win32', 'C:\\Users\\terre\\anaconda3\\lib\\site-packages\\win32\\lib', 'C:\\Users\\terre\\anaconda3\\lib\\site-packages\\Pythonwin']
Traceback (most recent call last):
File "bin\rule_cli.py", line 14, in <module>
import rule.myrule
ModuleNotFoundError: No module named 'rule.myrule'
(base) C:\cygwin64\home\terre\prg\import-hell-with-anaconda-python>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment