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
Trying to install this fresh on a Windows box today.
Traceback (most recent call last):
File "C:\Users\Spencer\Apps\python\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\Spencer\Apps\python\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Users\Spencer\Apps\python\Scripts\polyfile.exe\__main__.py", line 4, in<module>
File "C:\Users\Spencer\Apps\python\lib\site-packages\polyfile\__init__.py", line 2, in<module>
from .__main__ import main
File "C:\Users\Spencer\Apps\python\lib\site-packages\polyfile\__main__.py", line 18, in<module>
from .debugger import Debugger
File "C:\Users\Spencer\Apps\python\lib\site-packages\polyfile\debugger.py", line 12, in<module>
from .repl import ANSIColor, ANSIWriter, arg_completer, command, ExitREPL, log, REPL, SetCompleter
File "C:\Users\Spencer\Apps\python\lib\site-packages\polyfile\repl.py", line 7, in<module>
import readline
ModuleNotFoundError: No module named 'readline'
It looks like readline is a new requirement and isn't listed in the requirements:
Trying to install this fresh on a Windows box today.
It looks like
readline
is a new requirement and isn't listed in the requirements:polyfile/setup.py
Lines 123 to 134 in 9c2d20b
Pip version:
pip 21.3.1 from C:\Users\Spencer\Apps\python\lib\site-packages\pip (python 3.9)
The text was updated successfully, but these errors were encountered: