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
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf . Check the section C-API incompatibility at the Troubleshooting ImportError section at https://numpy.org/devdocs/user/troubleshooting-importerror.html#c-api-incompatibility for indications on how to solve this problem .
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Cell In[1], line 1
----> 1 import phreeqcrm
2 import numpy as np
3 import matplotlib.pyplot as plt
File ~\Anaconda3\envs\phreeqcrm\lib\site-packages\phreeqcrm\__init__.py:2
1 from .yamlphreeqcrm import YAMLPhreeqcRM
----> 2 from .phreeqcrm import (
3 BMIPhreeqcRM,
4 PhreeqcRM,
5 IRM_BADINSTANCE,
6 IRM_BADVARTYPE,
7 IRM_FAIL,
8 IRM_INVALIDARG,
9 IRM_INVALIDCOL,
10 IRM_INVALIDROW,
11 IRM_OK,
12 IRM_OUTOFMEMORY,
13 BoolVector,
14 DoubleVector,
15 IntVector,
16 StringVector
17 )
File ~\Anaconda3\envs\phreeqcrm\lib\site-packages\phreeqcrm\phreeqcrm.py:10
8 # Import the low-level C/C++ module
9 if __package__ or "." in __name__:
---> 10 from . import _phreeqcrm
11 else:
12 import _phreeqcrm
ImportError: numpy.core.multiarray failed to import
Before adding flopy:
The text was updated successfully, but these errors were encountered: