You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I encountered this issue with many packages but the one I am experiencing right now is with streamlit. After the dependencies are resolved, it takes ages to download pyarrow. In fact, I opened and started this issue when the download hit about 40% and didn't even finish when I completed writing this issue. That doesn't seem like normal behavior.
Can you please suggest what to do?
Workarounds
I tried poetry run pip install streamlit but for this one, the command slows down when downloading Streamlit itself, which is just an 8MB package. I checked my Internet speed and I can watch a 1080p YouTube video without lags.
poetry is not doing anything interesting or unusual when downloading packages, it is very unlikely that whatever problem you are seeing can be solved from this repository.
Description
So, I encountered this issue with many packages but the one I am experiencing right now is with
streamlit
. After the dependencies are resolved, it takes ages to downloadpyarrow
. In fact, I opened and started this issue when the download hit about 40% and didn't even finish when I completed writing this issue. That doesn't seem like normal behavior.Can you please suggest what to do?
Workarounds
I tried
poetry run pip install streamlit
but for this one, the command slows down when downloading Streamlit itself, which is just an 8MB package. I checked my Internet speed and I can watch a 1080p YouTube video without lags.Poetry Installation Method
system package manager (eg: dnf, apt etc.)
Operating System
macOS Sequoia
Poetry Version
Poetry (version 1.8.4)
Poetry Configuration
Python Sysconfig
No response
Example pyproject.toml
Poetry Runtime Logs
See description as no command is failing.
The text was updated successfully, but these errors were encountered: