Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyreadline3 is a dependency not installed #86

Open
abhimanyupallavisudhir opened this issue Feb 18, 2024 · 2 comments
Open

pyreadline3 is a dependency not installed #86

abhimanyupallavisudhir opened this issue Feb 18, 2024 · 2 comments

Comments

@abhimanyupallavisudhir
Copy link

Didn't work for me when I first installed it on Windows because it depends on the readline package -- this isn't available on Windows, but installing pyreadline3 made it work for me. I guess it should be listed as a dependency for Windows machines?

@jakethekoenig
Copy link
Member

Thanks for reporting! It's listed in the requirements.txt but that's actually not used by the pyrpoject.toml. I made a pr that fixes the issue.

@rille111
Copy link

rille111 commented May 30, 2024

Got the same exception:

 ~❯  rawdog hello                                                                                                                                                                                                                                                       ❮  
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "B:\Packages\pyenv\pyenv-win\versions\3.12.3\Scripts\rawdog.exe\__main__.py", line 4, in <module>
  File "B:\Packages\pyenv\pyenv-win\versions\3.12.3\Lib\site-packages\rawdog\__main__.py", line 2, in <module>
    import readline
ModuleNotFoundError: No module named 'readline'

, installed both pyreadline and pyreadline3 - didnt help.

Tried Python 3.12, 3.11, 3.10, 3.9, 3.8 all in virtual envs. Still no work. :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants