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
If an ImportError with the message "symbol not found in flat namespace ‘_H5Lget_info’" is encountered when trying to use the 'tables' library, it suggests that the library might not be installed in the correct location (the virtual environment that was created to install BuDDI) like in my case, I had to install scanpy in tis specific .venv folder:
.venv % env HDF5_DIR=/opt/homebrew/opt/hdf5 pip3 install tables
The text was updated successfully, but these errors were encountered:
.venv % env HDF5_DIR=/opt/homebrew/opt/hdf5 pip3 install tables
The text was updated successfully, but these errors were encountered: