swifter install is stuck
See original GitHub issueHey guys, using Python 3.9 here on my local (MacOS). Tried a simple pip install swifter in my venv, and have not been able to pass through this:
INFO: pip is looking at multiple versions of ipykernel to determine which version is compatible with other requirements. This could take a while. Collecting ipykernel>=4.5.1 Using cached ipykernel-5.4.1-py3-none-any.whl (119 kB) Using cached ipykernel-5.4.0-py3-none-any.whl (119 kB) Using cached ipykernel-5.3.4-py3-none-any.whl (120 kB) Using cached ipykernel-5.3.3-py3-none-any.whl (120 kB) Using cached ipykernel-5.3.2-py3-none-any.whl (120 kB) Using cached ipykernel-5.3.1-py3-none-any.whl (120 kB) Using cached ipykernel-5.3.0-py3-none-any.whl (119 kB)
I believe someone else also had this issue and has documented it in this stack overflow post. https://stackoverflow.com/questions/65238819/failed-to-install-swifter-via-pip-info-pip-is-looking-at-multiple-versions
Issue Analytics
- State:
- Created 3 years ago
- Reactions:9
- Comments:11 (2 by maintainers)
Top GitHub Comments
What I did to get it to install is first install swifter with no dependencies, then go through one by one and install them.
pip install swifter --no-deps
It’s a bit of a pain, but it keeps it from running for ages (mine ran for about two days before I gave up on it)
Hey everyone, thanks so much for the documentation! This is very helpful. I am planning to make the modin dependency optional, per #147 and #150