pgcli 4.0.0 fails to install from source code #4869
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Never mind, it turns out |
Beta Was this translation helpful? Give feedback.
-
|
Same error.
|
Beta Was this translation helpful? Give feedback.
-
|
Same (new) issue trying to run And then after doing 🙃 something very broken, and this is the second package that I've had trouble with in the last week - maybe since python 3.12? At least they all seem related to that. The other one was |
Beta Was this translation helpful? Give feedback.
Never mind, it turns out
python-tabulatewas installed only for Python 3.10 and 3.11, but not for 3.12, hence the error. BTWpython-tabulateinstall fails if there is nowheelinstalled, so I had to manually install it viapython3.12 -m pip install wheel- not sure if this is supposed to be like that.