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

Module not found #65

Open
imv7 opened this issue Jan 25, 2020 · 6 comments
Open

Module not found #65

imv7 opened this issue Jan 25, 2020 · 6 comments

Comments

@imv7
Copy link

imv7 commented Jan 25, 2020

#Import the game!

import sys

sys.path.append('game_engines')

from q_tic_tac_toe import Board


ModuleNotFoundError Traceback (most recent call last)
in
2 import sys
3 sys.path.append('game_engines')
----> 4 from q_tic_tac_toe import Board

ModuleNotFoundError: No module named 'q_tic_tac_toe'

@priyanshnama
Copy link

just run this from any terminal
pip install q_tic_tac_toe
PS: make sure terminal has internet access.

@imv7
Copy link
Author

imv7 commented Jan 25, 2020 via email

@priyanshnama
Copy link

so the problem is that there is no package distribution available which is named as "q_tic_tac_toe" on the pypi.org . You can't work with this package untill you install it.
I recommend using another package.
For CUI: pip install tic-tac-toe https://pypi.org/project/tic-tac-toe/
For 2 Raspberry Pi : pip install Tic-Tac-Pi https://pypi.org/project/Tic-Tac-Pi/

@imv7
Copy link
Author

imv7 commented Jan 26, 2020

Can you check the URL provided? It seems the command not working.

@priyanshnama
Copy link

Which URL? can you plzz provide the URL here.

@imv7
Copy link
Author

imv7 commented Feb 1, 2020 via email

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

2 participants