Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Lots of error when compiling #144

Open
tankche1 opened this issue May 9, 2022 · 4 comments
Open

Lots of error when compiling #144

tankche1 opened this issue May 9, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@tankche1
Copy link

tankche1 commented May 9, 2022

After pip install. try poker_ai --help and give me
ModuleNotFoundError: No module named 'rich'

More error are similar to this post: https://stackoverflow.com/questions/67984145/modulenotfounderror-no-module-named-rich-logging-in-python

@tankche1 tankche1 added the bug Something isn't working label May 9, 2022
@yanger1997
Copy link

maybe you should "pip install rich" first

@jaimeggb
Copy link

jaimeggb commented Nov 4, 2022

@tankche1

The suggestion by @yanger1997 does not work, I have tried it.

I have looked into it and the rich module is only used to make console logs prettier / more easily readable, so we can delete the lines that use this module no problem.

@cdsimmons
Copy link

Even removing that import, there is another error about enlighten module missing.

Its weird, because the package definitely exists... pip show rich is working fine.

Tried setting up a virtual environment and installing the packages there, but same error.

@LavenderMP
Copy link

same error here I ran pip install -r requirements.txt everything installed then pip install . and they yield rich import erorr

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants