Closed ShaharNaveh closed 5 years ago
dateutil recently released 2.8.1, and it looks like botocore has specifically pinned to <2.8.1. This probably needs to be fixed on their end. In the meantime, you might be able to fix this by specifically installing pip install python-dateutil<2.8.1
before doing the pip command in the OP
we should pin this for now in the CI and open an issue for boto-core
@MomIsBestFriend if you would be able to do this would be great
@jbrockmendel From what I understood (my English is not so good), this root cause of the problem haven't anything to do with the panda's repository.
So this one is a "Will not fix"?
yes this is not a pandas issue, it would appreciate opening an issue on boto-core though it’s possible they may have one already
@jreback I'm really new to development, what is the "CI" (google didn't help at all).
@jreback Anyway, I just saw this issue on botocore.
closing as not a pandas issue
When running the command:
I got an error massage that says:
But the followed commands haven't raised an error:
python setup.py build_ext --inplace -j 0
python -m pip install -e . --no-build-isolation --no-use-pep517
P.S Everything seems normal ATM, just never saw that error message before.
Output of
pd.show_versions()
Screen shot of the error:
The full text of image above: