datadotworld / data.world-py

Python package for data.world
https://data.world/integrations/python
Apache License 2.0
102 stars 28 forks source link

ERROR: datadotworld 1.6.0 has requirement flake8<3.4.1a,>=2.6.0, but you'll have flake8 3.6.0 which is incompatible. #110

Closed rjurney closed 5 years ago

rjurney commented 5 years ago

When I install datadotworld on Ubuntu 18.04 Linux with Anaconda Python 3.6.7 in a virtualenv setup around Apache superset's release--0.31 branch, I get the following error:

ERROR: datadotworld 1.6.0 has requirement flake8<3.4.1a,>=2.6.0, but you'll have flake8 3.6.0 which is incompatible.

Is the requirement of datadotworld for flake8<3.4.1a a hard requirement or is this something that could be relaxed?

jboutros commented 5 years ago

I don't think it's a hard requirement, taking a look now to make sure we can upgrade it. Also, it's a dev dependency, but listed under runtime deps in setup.py - moving it should remove the dependency at install time unless you're contributing.

rjurney commented 5 years ago

@jboutros Ok, cool thanks