Skip to content

BUG: Double requirement given for fsspec in requirements-dev.txt #35010

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

Closed
SanthoshBala18 opened this issue Jun 26, 2020 · 1 comment · Fixed by #35012
Closed

BUG: Double requirement given for fsspec in requirements-dev.txt #35010

SanthoshBala18 opened this issue Jun 26, 2020 · 1 comment · Fixed by #35012
Labels
Build Library building on various platforms IO Data IO issues that don't fit into a more specific label
Milestone

Comments

@SanthoshBala18
Copy link
Contributor

Following error is found, while trying to set up local development environment:

ERROR: Double requirement given: fsspec>=0.7.4 (from -r requirements-dev.txt (line 69)) (already in fsspec>=0.5.1 (from -r requirements-dev.txt (line 25)), name='fsspec')

In requirements-dev.txt, two different versions of fsspec modules are specified.
fsspec>=0.5.1
fsspec>=0.7.4

@SanthoshBala18 SanthoshBala18 added Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Jun 26, 2020
@TomAugspurger
Copy link
Contributor

Thanks for the report. We need to remove

- fsspec>=0.5.1
and then run python scripts/generate_pip_deps_from_conda.py. Would you be able to submit a PR with that?

@TomAugspurger TomAugspurger added this to the 1.1 milestone Jun 26, 2020
SanthoshBala18 pushed a commit to SanthoshBala18/pandas that referenced this issue Jun 26, 2020
@jreback jreback added IO Data IO issues that don't fit into a more specific label Build Library building on various platforms and removed Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms IO Data IO issues that don't fit into a more specific label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants