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 name "amqtt" #13

Open
yhca opened this issue Apr 8, 2021 · 4 comments
Open

No module name "amqtt" #13

yhca opened this issue Apr 8, 2021 · 4 comments

Comments

@yhca
Copy link

yhca commented Apr 8, 2021

how?

@thejojek
Copy link

thejojek commented Apr 9, 2021

pip install amqtt or pip install --ignore-installed amqtt?

@eireksten
Copy link

Sounds like you hadn't ran pip3 install --user -r requirements.txt as stated in the client readme (https://github.com/BananoCoin/boompow/blob/master/client/README.md).

@baumpi
Copy link

baumpi commented May 2, 2021

Same Problem here.

Followed the instuction - installed the requirements. also installed amqtt.

but it still says no mudle "named amqtt"

2021-05-02 18_40_47-Auswählen C__WINDOWS_system32_cmd exe

any idea?

trying to update windows c++ stuff and so on.
updated everything - still the same

@Sobek420
Copy link

Hey @baumpi & @yhca ;

You need to add to your PATH a specific folder. To do so, run pip3 install --user -r requirements.txt , don't close the powershell, and search the line asking you to add C:/XXX to your PATH.

For me, it was "C:\Users\XXX\AppData\Roaming\Python\Python38\Scripts", added via CMD :
setx path "%path%;C:\Users\XXX\AppData\Roaming\Python\Python38\Scripts" where XXX is your local folder

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

5 participants