-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
DistutilsSetupError("each element of 'ext_modules' option must be an Extension instance or 2-tuple") #3379
Comments
Please use the |
I face the same situation here. |
Hi, I met the same problem. Did you find a solution? |
I also encounter such a problem. And I found out it's because I build the environment from miniconda instead of anaconda. So manually install Cython and pip install -r requirements.txt help me solve the problem. |
Yes! you save me |
Thanks for your kind solution, would you like to update your experience to the trouble shooting documentation thus it could benefit more people? PRs are welcomed. |
Have you fixed it ? I have met the same problem as you. |
File "mmlab/lib/python3.7/distutils/command/build_ext.py", line 363, in check_extensions_list
"each element of 'ext_modules' option must be an "
setuptools.sandbox.UnpickleableException: DistutilsSetupError("each element of 'ext_modules' option must be an Extension instance or 2-tuple")
How to solve this problem? Thank you.
The text was updated successfully, but these errors were encountered: