vislearn/FrEIA

Installation problem, versions

mfl22 opened this issue · 1 comments

mfl22 commented

When trying to install python setup.py develop I get:

AttributeError: type object 'Distribution' has no attribute '_finalize_feature_opts'

Python 3.8.10, setuptools 67.3.1, torch 1.12.1+cu113, numpy 1.22.4, scipy 1.8.1 .

mfl22 commented

Solved by upgrading pip and uninstalling and then re-installing setuptools.