Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eemberda opened this issue Dec 10, 2022 · 0 comments

Comments

@eemberda
Copy link

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant