oscarknagg / few-shot

Repository for few-shot learning machine learning projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: cannot import name 'Feature' from 'setuptools'

zohairhadi opened this issue · comments

When installing requirements, I got this error. My current Python version is 3.8.8

Just fixed the issue by upgrading setuptools the following way:

pip install --upgrade pip setuptools==45.2.0

I dont know why I faced this problem tho...