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

raise ImportError( ImportError: C extension: None not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext' to build the C extensions first. #184

Open
kalkite opened this issue Mar 12, 2024 · 0 comments

Comments

@kalkite
Copy link

kalkite commented Mar 12, 2024

I'm encountering an ImportError when trying to import expected_error_reduction from modAL. The error message suggests that the version of pandas I have installed is incompatible with the version of numpy I have installed.

To Reproduce
Here's the code I'm running when I encounter the error:

from modAL.expected_error import expected_error_reduction

And here's the full error message and traceback:

raise ImportError(
ImportError: C extension: None not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext' to build the C extensions first.
```
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