Questions tagged [pipx]

Use for questions about the pipx installer, which is for installing Python applications in isolated environments

pipx is a tool for installing applications written in Python. It's closely related to pip, it uses , but focuses on installing and managing command line Python packages that can be run directly as applications.

pipx can be installed from PyPI or using brew.

42 questions
0
votes
2 answers

Error with pipx install eth-brownie (pipx : The term 'pipx' is not recognized as the name of a cmdlet)

I am a noob at this but have googled so much and tried what I can but cannot get it right. The error I get is: pipx : The term 'pipx' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the…
Dooovdeh
  • 19
  • 3
0
votes
3 answers

Error installing eth-brownie. (with pipx)

Tried installing with pipx install brownie After the error below, I also tried pipx install cytoolz to no avail. fml. pip failed to build package: cytoolz Some possibly relevant errors from pip install: cytoolz/functoolz.c:23087:19: error:…
tythereum
  • 1
  • 1
0
votes
1 answer

Cant Install pipx or Brownie for Python

I am very new with coding and was following along with these youtube videos and quickly realized something wasn't right, so I did some trouble shooting and couldn't figure it out. When I tried to download pipx on VS Code I get this error Python3 :…
0
votes
0 answers

Trying to install PIPX on linux

python3 -m pip install --user pipx. I ran this command but changed python3 to python, because that's what the trouble shooting instructions told me. However when I run the command it say I am using an old version of python 2.7. I checked my python…
Clint Oka
  • 53
  • 8
0
votes
0 answers

Cannot install with pipx

I cannot install packages using pipx. python3 -m pipx ensurepath worked perfectly. The command pipx install eth-brownie outputs the error: "Error installing eth-brownie" It seems to be a pipx issue because I also tried to install other packages…
Luis
  • 353
  • 1
  • 3
  • 6
0
votes
1 answer

What causes Python packages installed with pipenv to not be found when called in script?

On a Windows 10 machine with Python 3.9.5 and pipenv 2021.5.29. In a pipenv shell: Creating a virtualenv for this project... Pipfile: C:\Users\jp\Documents\programming\imseg\Pipfile Using C:/OSGeo4W/bin/python.exe (3.9.5) to create virtualenv... […
John Polo
  • 547
  • 1
  • 8
  • 25
0
votes
1 answer

PIPX Install on MAC - Duplicate user/xxx/.local/bin in PATH

I have recently installed PIPX on MAC running Big Sur and ZSH shell. During the install it prompted for the following to be added to the .zshrc file.... # Created by `pipx` on 2021-03-20 14:22:23 export PATH="$PATH:/Users/xxxx/.local/bin" eval…
KB_cov
  • 3
  • 1
  • 3
0
votes
0 answers

Python creates %USERPROFILE% folder

I am following this link to create a cookie-cutter projet on Windows 10. During the process at this step; python3 -m pipx ensurepath I used python instead of python3, but I am using python 3.7. The folder %USERPROFILE% gets created, with that…
dirtyw0lf
  • 1,899
  • 5
  • 35
  • 63
0
votes
1 answer

Jupyter kernel problem caused by pyenv+pipx

I installed two versions of python in pyenv, python3.7.5 and 3.8.6. I usually use python3.8.6, so it is globally activated (pyenv global 3.8.6). I also installed pipx by pip install pipx within python3.8.6 to install jupyter lab globally (pipx…
Hoshock
  • 21
  • 2
-1
votes
1 answer

Install dependencies in pipx virtual environment

So I wanted to install ipython with pipx such that I could have an ipython environment that is used anywhere I launch ipython from. For example let's say I don't want to install any global pip packages. I tried pipx install ipython. Went into the…
HashBr0wn
  • 387
  • 1
  • 11
-1
votes
1 answer

Error when I want to install eth-brownie with pipx

File "C:\Users\marqu\AppData\Roaming\Python\Python310\site-packages\pipx\commands\install.py", line 60, in install venv.install_package( File "C:\Users\marqu\AppData\Roaming\Python\Python310\site-packages\pipx\venv.py", line 238, in…
-2
votes
1 answer

Installing eth-brownie with pipx issue

Hey so I'm trying to install eth-brownie with pipx using the command: pipx install eth-brownie Unfortunatly this gives me an error message which I'm having a lot of trouble understanding. I know I should be able to install it using pip but using…
Kidkaos
  • 15
  • 4
1 2
3