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

error on import: No module named 'crisscross' #1

Closed
liventang opened this issue May 20, 2021 · 3 comments
Closed

error on import: No module named 'crisscross' #1

liventang opened this issue May 20, 2021 · 3 comments

Comments

@liventang
Copy link

Mac OS, python3.8.8
After install with "pip install crisscross", the "No module named 'crisscross'" error occurs when run crisscross.
cd into the site-packages directory, there is only the crisscross-0.1.8.dist-info directory, maybe there should be a directory named crisscross?

@pnlng
Copy link
Owner

pnlng commented May 24, 2021

Are you trying to import crisscross in another Python file? crisscross is not a Python module. It should be run directly from the command line.

@liventang
Copy link
Author

liventang commented May 25, 2021

Yes I did run crisscross directly from the CLI and got the error.
Now it works, since I git cloned it, and copied the 'crisscross' directory from repo to the site-packages directory.

@pnlng
Copy link
Owner

pnlng commented May 25, 2021

Oh ok. Thanks for letting me know. I may have to think of a different way to distribute the program. Python/pip is finicky.

@pnlng pnlng closed this as completed May 25, 2021
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