kylemath / DeepEEG

Deep Learning with Tensor Flow for EEG MNE Epoch Objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matplotlib version error install.sh

kylemath opened this issue · comments

No matching distribution found for matplotlib==3.0.2 (from -r requirements.txt (line 12))```
commented

This is likely due to python version differences. I would recommend that we move forward with python3.

$ pip install matplotlib==3.0.2
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting matplotlib==3.0.2
  Could not find a version that satisfies the requirement matplotlib==3.0.2 (from versions: 0.86, 0.86.1, 0.86.2, 0.91.0, 0.91.1, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1rc1, 1.4.1, 1.4.2, 1.4.3, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 2.0.0b1, 2.0.0b2, 2.0.0b3, 2.0.0b4, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.0.2, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.2.0rc1, 2.2.0, 2.2.2, 2.2.3)
No matching distribution found for matplotlib==3.0.2

hopefully fixed with bf06592#diff-04c6e90faac2675aa89e2176d2eec7d8

forcing python 3 on the conda creation

yes this did fix, but needed to also change tensorflow version, hopefully didn't break

commented

Luckily we have tests :)

yes it is tested,

No matching distribution found for matplotlib==3.0.2
I getting same error I not able to resolved pls help

No matching distribution found for matplotlib==3.0.2 I getting same error I not able to resolved pls help

same issue