justinmayer / virtualfish

Fish shell tool for managing Python virtual environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install using pipx

sol2070 opened this issue · comments

  • I have searched the issues (including closed ones) and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

Issue

Hi!
I'm on Arch, Python 3.11.8, Fish 3.7.0. When I try to install with pipx, I get the error below. Thanks!

❯ pipx install virtufalfish --verbose
pipx >(setup:860): pipx version is 1.4.3
pipx >(setup:861): Default python interpreter is '/usr/bin/python'
pipx >(package_name_from_spec:370): Determined package name: virtufalfish
pipx >(package_name_from_spec:371): Package name determined in 0.0s
creating virtual environment...
pipx >(run_subprocess:168): running /usr/bin/python -m venv --without-pip /home/sol/.local/pipx/venvs/virtufalfish
pipx >(run_subprocess:168): running <checking pip's availability>
pipx >(run_subprocess:168): running /home/sol/.local/pipx/venvs/virtufalfish/bin/python -c import sysconfig; print(sysconfig.get_path('purelib'))
pipx >(run_subprocess:168): running /home/sol/.local/pipx/shared/bin/python -c import sysconfig; print(sysconfig.get_path('purelib'))
pipx >(run_subprocess:168): running /home/sol/.local/pipx/venvs/virtufalfish/bin/python --version
pipx >(_parsed_package_to_package_or_url:137): cleaned package spec: virtufalfish
installing virtufalfish...
pipx >(run_subprocess:168): running /home/sol/.local/pipx/venvs/virtufalfish/bin/python -m pip --no-input install virtufalfish
pipx >(subprocess_post_check_handle_pip_error:327): '/home/sol/.local/pipx/venvs/virtufalfish/bin/python -m pip --no-input install virtufalfish' failed
pipx >(subprocess_post_check_handle_pip_error:342): Fatal error from pip prevented installation. Full pip output in file:
    /home/sol/.local/pipx/logs/cmd_2024-03-16_16.50.57_pip_errors.log

Some possibly relevant errors from pip install:
    ERROR: Could not find a version that satisfies the requirement virtufalfish (from versions: none)
    ERROR: No matching distribution found for virtufalfish

pipx >(rmdir:55): removing directory /home/sol/.local/pipx/venvs/virtufalfish
Error installing virtufalfish.

Wow, I looked everywhere except the most important. Sorry. As I was just repeating the last command, this happened.