-
I reached Lesson 5 in this course, the part where Patrick installs Brownie. I can't for the life of me install Brownie completely through Pipx, Septuptools, or anything. Because my python command doesn't seem to work as normal. Preface: So I followed the course exactly to the letter up to this point. I installed everything that I was told to. Web3, Ganache-Cli, everything... Come to the Brownie part and all hell breaks loose.... First, when I run the command Also with However, If I run
And If I run
Cool.. so then I try running
If I do If I do: but then I get the following error right after:
Here are the solutions I have attempted so far:
Why isn't my Python command working? Why isn't my PIPX working even though it is clearly installed? I do not know what to do anymore. This has been very frustrating and annoying, causing me to stop the course and troubleshoot. I have spent about 7 hours so far trying to fix it with no avail. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Also this issue happens with Yarn. I can install it normally using:
But I check for it, and it is not there:
**There seems to be a disrepency between where things are downloaded and where they are getting called from. ** |
Beta Was this translation helpful? Give feedback.
-
Hello @agad98, Oof you have a lot of problems, I'm going to try to resolve all of them.
My personal recommendation: use WSL, as I said you would have to spend some time getting along with Linux console, but is totally worth it... you will handle all your development libraries like a pro (python and npm included) and you wont mess up with your windows config. If you want a guide about how to setup windows for this use this guide. Best regards, Cromewar. |
Beta Was this translation helpful? Give feedback.
Hello @agad98, Oof you have a lot of problems, I'm going to try to resolve all of them.
pip
(basically it doesn't add them to environment variables). so you'll have to usepython -m
every time.pip
instead.