gmihaila / ml_things

This is where I put things I find useful that speed up my work with Machine Learning. Ever looked in your old projects to reuse those cool functions you created before? Well, this repo is designed to be a Python Library of functions I created in my previous project that can be reused. I also share some Notebooks Tutorials and Python Code Snippets.
https://gmihaila.github.io
Apache License 2.0
245 stars 61 forks source link

Installation error. #10

Closed chkimmmmm closed 3 years ago

chkimmmmm commented 3 years ago

Hello, I tried to re-build your GPT2 classifcation page.

But I found an issue.

Maybe some of your requirement is outdated?

ERROR: Could not find a version that satisfies the requirement matplotlib>=3.4.0 (from ml-things) ERROR: No matching distribution found for matplotlib>=3.4.0

I got this issue.

Thank you.

lucastliu commented 3 years ago

Setup.py matplot lib dependency problem. Easiest fix is to just go to setup.py and change "matplotlib>=3.4.0" to "matplotlib"