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

No module named Py1337x after update #5

Closed
bazmattaz opened this issue Dec 16, 2021 · 3 comments
Closed

No module named Py1337x after update #5

bazmattaz opened this issue Dec 16, 2021 · 3 comments

Comments

@bazmattaz
Copy link

Hi,

I just pulled the latest the latest update of this repo and am now getting the following error when trying to import py1337x (like your readme file says).

Here is the output of my python interpreter:

Python 3.7.9 (v3.7.9:13c94747c7, Aug 15 2020, 01:31:08) 
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from py1337x import py1337x
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/py1337x/__init__.py", line 1, in <module>
    from Py1337x.Py1337x import Py1337x
ModuleNotFoundError: No module named 'Py1337x' 
@hemantapkh
Copy link
Owner

I am unable to reproduce this. Install the latest version and close the issue if it worked.

pip install -U 1337x

@bazmattaz
Copy link
Author

ok it seems when I run with an older python3.7 it works fine but not the latest python3.10.

I installed the package like this:

python3.10 -m pip install 1337x

@bazmattaz
Copy link
Author

I have a feeling this is likely my fault so i'll close this.

Thanks for your work @hemantapkh keeping this repo up to date. I love it and use it regularly

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