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
{{ message }}
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
Describe the bug
Followed the installation instructions pip install poker_ai which seems to complete successfully, however when running poker_ai in windows cmd I get the error command not found.
I am using Windows 10. I have tried upgrading pip, re-installing Python38, re-installing Python37, and making sure my Paths are setup correctly. I have also tried navigating to the pip install location (lib/site-packages) itself and running python -m poker_ai, however I am met with the error No module named poker_ai.__main__; 'poker_ai' is a package and cannot be directly executed.
Is there supposed to be a __main__.py file that I am missing?
I have also tried cloning the repo, and running pip install . but getting some other errors there.
Can this repo only be used as a package now for other projects? Or can I run it via CLI somehow.
The text was updated successfully, but these errors were encountered:
Describe the bug
Followed the installation instructions
pip install poker_ai
which seems to complete successfully, however when runningpoker_ai
in windows cmd I get the error command not found.I am using Windows 10. I have tried upgrading pip, re-installing Python38, re-installing Python37, and making sure my Paths are setup correctly. I have also tried navigating to the pip install location (lib/site-packages) itself and running
python -m poker_ai
, however I am met with the errorNo module named poker_ai.__main__; 'poker_ai' is a package and cannot be directly executed.
Is there supposed to be a
__main__.py
file that I am missing?I have also tried cloning the repo, and running
pip install .
but getting some other errors there.Can this repo only be used as a package now for other projects? Or can I run it via CLI somehow.
The text was updated successfully, but these errors were encountered: