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

Cannot install using pipx #242

Closed
2 tasks done
sol2070 opened this issue Mar 16, 2024 · 2 comments
Closed
2 tasks done

Cannot install using pipx #242

sol2070 opened this issue Mar 16, 2024 · 2 comments
Labels

Comments

@sol2070
Copy link

sol2070 commented Mar 16, 2024

  • 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.
@justinmayer
Copy link
Owner

justinmayer commented Mar 16, 2024 via email

@sol2070
Copy link
Author

sol2070 commented Mar 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants