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
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
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:
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.
```
The text was updated successfully, but these errors were encountered:
I'm encountering an ImportError when trying to import
expected_error_reduction
frommodAL
. 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:
And here's the full error message and traceback:
The text was updated successfully, but these errors were encountered: