Replies: 1 comment 1 reply
-
We're working on cleaning and optimizing. Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any trick to getting Fabric installed on Ubuntu 22.04.3 LTS ? The poetry install keeps hanging. I even tried deleting the virtual env and trying all over again. This is a fresh Ubuntu install.
I installed these packages initially:
sudo apt install git python3-pip python3-poetry python3.10-venv build-essential libssl-dev libffi-dev zlib1g-dev
Other steps I tried earlier were:
poetry config experimental.new-installer false
(doesn’t work, says “Setting experimental.new-installer does not exist”
deleting the lock file
disabling IPV6:
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1
Deleting the poetry cache
cd ~/.cache/pypoetry/cache/
rm -rf artifacts/ cache/
poetry update (also hung)
Then I completely deleted the virtual environment and started all over, and having the same issue:
Here is what happens, it always seems to get stuck at the macOS keyring part:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions