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

Noob Issue #30

Closed
labrechejeremy opened this issue Feb 26, 2022 · 2 comments
Closed

Noob Issue #30

labrechejeremy opened this issue Feb 26, 2022 · 2 comments

Comments

@labrechejeremy
Copy link

Hi everyone im looking into this to learn and fun
and try to start the .py file and when i start it show this

python3 /home/kali/Btcbf/Btcbf.py
Traceback (most recent call last):
File "/home/kali/Btcbf/Btcbf.py", line 3, in
from bit import Key
ModuleNotFoundError: No module named 'bit'

@SubGlitch1
Copy link
Contributor

Hi everyone im looking into this to learn and fun and try to start the .py file and when i start it show this

python3 /home/kali/Btcbf/Btcbf.py Traceback (most recent call last): File "/home/kali/Btcbf/Btcbf.py", line 3, in from bit import Key ModuleNotFoundError: No module named 'bit'

pip3 install bit
or
pip install bit
or
python3 -m pip install bit
or
python -m pip install bit

@vlnahp
Copy link
Owner

vlnahp commented Mar 3, 2022

Hey @labrechejeremy! is your problem solved?

@vlnahp vlnahp closed this as completed Mar 17, 2022
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

3 participants