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

ModuleNotFoundError: No module named 'cryptoxlib' #92

Open
merolaika opened this issue Jan 11, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'cryptoxlib' #92

merolaika opened this issue Jan 11, 2024 · 1 comment

Comments

@merolaika
Copy link

merolaika commented Jan 11, 2024

i have 2 error..

  1. ModuleNotFoundError: No module named 'cryptoxlib'

`C:\Python>pip install git+https://github.com/nardew/cryptoxlib-aio.git@master
Collecting git+https://github.com/nardew/cryptoxlib-aio.git@master
Cloning https://github.com/nardew/cryptoxlib-aio.git (to revision master) to c:\users\mero\appdata\local\temp\pip-req-build-y9j6cl7k
Running command git clone --filter=blob:none --quiet https://github.com/nardew/cryptoxlib-aio.git 'C:\Users\mero\AppData\Local\Temp\pip-req-build-y9j6cl7k'
WARNING: Did not find branch or tag 'master', assuming revision or ref.
Running command git checkout -q master
error: pathspec 'master' did not match any file(s) known to git
error: subprocess-exited-with-error

× git checkout -q master did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git checkout -q master did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.`

@nardew
Copy link
Owner

nardew commented Mar 9, 2024

Sorry for coming only now. The default branch was renamed from master to main, hence you need to run pip install git+https://github.com/nardew/cryptoxlib-aio.git@main. I will update the README. Let me know if it works for you.

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