yjmantilla / sovabids

A python package for the automatic conversion of EEG datasets to the BIDS standard, with a focus on making the most out of metadata.
https://sovabids.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

pip error: astroid 2.7.2 which is incompatible #47

Open aswinnarayanan opened 2 years ago

aswinnarayanan commented 2 years ago

Minor pip bug. Running pip install -r requirements-dev.txt on miniconda with python 3.9 gives the following dependency error.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pylint 2.6.0 requires astroid<=2.5,>=2.4.0, but you have astroid 2.7.2 which is incompatible.

Tested on Windows 10 and WSL-ubuntu-20.04

running pip install -r requirements-dev.txt a second time runs fine. No issues in sovabids itself