-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Incompatible versions in resolved dependencies #43804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Compat
pandas objects compatability with Numpy or Python functions
Dependencies
Required and optional dependencies
Milestone
Comments
1 task
I have fixed the fsspec issue, and unpinned fsspec. I don't use pip to install my packages so not sure about the first error. Can you please provide us your pip version? |
@lithomas1 using FYI the solved dependencies that I installed were:
|
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Compat
pandas objects compatability with Numpy or Python functions
Dependencies
Required and optional dependencies
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the master branch of pandas.
Reproducible Example
Issue Description
I tried to create a new development environment today.
Resolving the dependencies using
pip install -r requirements-dev.txt
took two hours before I cancelled it.I then tried to use
pip-compile
frompip install pip-tools
and I received the message:Having pinned
boto3>=1.17.106,<1.17.107
since that is whataiobotocore
packages with, the next error was:So then I pinned
gcsfs==2021.5.0
ands3f2==2021.5.0
.It then compiled and I was able to install packages.
(adding a third complaint: new pyright checks need numpy >1.21.0 but numba needs less than that)
Expected Behavior
consistent deps.
Installed Versions
master as of 29-sep-21. python 3.8, mac os.
The text was updated successfully, but these errors were encountered: