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
C:\Users\nad2000>py -3 -m yolk
Traceback (most recent call last):
File "C:\Python35-32\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "C:\Python35-32\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Python35-32\lib\site-packages\yolk\__main__.py", line 22, in <module>
from cli import main
ImportError: No module named 'cli'
However it work OK with 2.7 and 3.4
The text was updated successfully, but these errors were encountered:
However it work OK with 2.7 and 3.4
The text was updated successfully, but these errors were encountered: