Hi there,
I sucessfully did the install (via a git clone) and go no errors or warnings, but when I try to run a test, I get the following traceback:
➜ orger git:(master) python3 -m orger.modules.instapaper --help
Traceback (most recent call last):
File "/usr/local/Cellar/python@3.9/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/Cellar/python@3.9/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/Users/mediapathic/Library/Python/3.9/lib/python/site-packages/orger/modules/instapaper.py", line 6, in <module>
from my.instapaper import pages
ModuleNotFoundError: No module named 'my'
I would assume that this has something to do with various old versions of python on my system (a perpetual issue), but calling the test without python3 doesn't work at all, so maybe I'm wrong on that?
Any idea what might be going on here?
Thanks!
Hi there,
I sucessfully did the install (via a git clone) and go no errors or warnings, but when I try to run a test, I get the following traceback:
I would assume that this has something to do with various old versions of python on my system (a perpetual issue), but calling the test without python3 doesn't work at all, so maybe I'm wrong on that?
Any idea what might be going on here?
Thanks!