You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I have not been able to install crepe using both pip install crepe and python setup.py
Below are the errors:
File "setup.py", line 78, in <module>
'crepe': weight_files
File "C:\programdata\anaconda3\lib\site-packages\setuptools\__init__.py", line 87, in setup
return distutils.core.setup(**attrs)
File "C:\programdata\anaconda3\lib\site-packages\setuptools\_distutils\core.py", line 147, in setup
_setup_distribution = dist = klass(attrs)
File "C:\programdata\anaconda3\lib\site-packages\setuptools\dist.py", line 480, in __init__
for k, v in attrs.items()
File "C:\programdata\anaconda3\lib\site-packages\setuptools\_distutils\dist.py", line 282, in __init__
self.finalize_options()
File "C:\programdata\anaconda3\lib\site-packages\setuptools\dist.py", line 899, in finalize_options
for ep in sorted(loaded, key=by_order):
File "C:\programdata\anaconda3\lib\site-packages\setuptools\dist.py", line 898, in <lambda>
loaded = map(lambda e: e.load(), filtered)
File "C:\programdata\anaconda3\lib\site-packages\setuptools\_vendor\importlib_metadata\__init__.py", line 196, in load
return functools.reduce(getattr, attrs, module)
AttributeError: type object 'Distribution' has no attribute '_finalize_feature_opts'
The text was updated successfully, but these errors were encountered:
Hello. I have not been able to install crepe using both
pip install crepe
andpython setup.py
Below are the errors:
The text was updated successfully, but these errors were encountered: