mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-25 07:06:00 +03:00
[GH-ISSUE #166] I can't install proxmoxer #90
Labels
No labels
backend:https
backend:local
backend:openssh
backend:ssh_paramiko
pull-request
status:ansible-issue
status:help-wanted
status:info-needed
status:proxmox-issue
status:review-needed
type:bug 🐞
type:dependency ⛓️
type:docs 📝
type:enhancement ⏫
type:maintenance 🛠️
type:meta
type:question ❓
type:request ✋
type:testing 🧪
version:1.x
version:latest
version:py2
version:py3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmoxer#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gregoryca on GitHub (May 1, 2024).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/166
Keep getting the same error. Other hosts produce the same error sadly :(

@morph027 commented on GitHub (May 1, 2024):
Looks like your
pipcommand is python2 oder older python3 which does not understand the f-Syntax.Can you post the output of
pip -V?@gregoryca commented on GitHub (May 1, 2024):
Thank you very much for your quick anwer. The command outputs the following:
pip 18.1 from /usr/lib/python2.7/dist-packages/pip (python 2.7)So i think it indeed defaults to the older pip installed on the OS. This is on the latest version of Proxmox VE.
Should i add the newer python install to my path ?
@morph027 commented on GitHub (May 1, 2024):
You could try
pip3 install proxmoxer@gregoryca commented on GitHub (May 1, 2024):
root@pve:~# pip3 install proxmoxer Traceback (most recent call last): File "/usr/bin/pip3", line 9, in <module> from pip._internal import main File "/usr/lib/python3/dist-packages/pip/_internal/__init__.py", line 40, in <module> from pip._internal.cli.autocompletion import autocomplete File "/usr/lib/python3/dist-packages/pip/_internal/cli/autocompletion.py", line 8, in <module> from pip._internal.cli.main_parser import create_main_parser File "/usr/lib/python3/dist-packages/pip/_internal/cli/main_parser.py", line 12, in <module> from pip._internal.commands import ( File "/usr/lib/python3/dist-packages/pip/_internal/commands/__init__.py", line 6, in <module> from pip._internal.commands.completion import CompletionCommand File "/usr/lib/python3/dist-packages/pip/_internal/commands/completion.py", line 6, in <module> from pip._internal.cli.base_command import Command File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 23, in <module> from pip._internal.index import PackageFinder File "/usr/lib/python3/dist-packages/pip/_internal/index.py", line 14, in <module> from pip._vendor import html5lib, requests, six ImportError: cannot import name 'html5lib' from 'pip._vendor' (/usr/lib/python3/dist-packages/pip/_vendor/__init__.py):( I tried installing pip3 put cannot seem to find a way to install it on my server :(
@morph027 commented on GitHub (May 1, 2024):
Looks like your python installation is messed up somehow. Which PVE version are you running?
@gregoryca commented on GitHub (May 1, 2024):
I thought so but I was scared to make that conclusion. I'm running 8.2 pve installed from the iso. Other than this I have no issues.
@jhollowe commented on GitHub (May 31, 2024):
As mentioned above, it looks like there is just something wrong with your python/pip installation. I'm going to close this, but feel free to reopen if this keeps happening after a fix/reinstall of python