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
Describe the bug
Importing any AllenSDK classes that depend on pynwb (or simply calling import pynwb) leads to an ImportError.
pynwb version 2.4.0 was released 8 hours ago and requires hdmf version 3.8.0. However, the AllenSDK requires hdmf version 3.4.7 or lower. I fixed it within my environment by upgrading to the latest version of hdmf.
To Reproduce
Install the latest version of the AllenSDK and call import pynwb
Environment (please complete the following information):
OS & version: Ubuntu 20.04
Python 3.8.5
AllenSDK version 2.15.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Importing any AllenSDK classes that depend on
pynwb
(or simply callingimport pynwb
) leads to anImportError
.pynwb
version 2.4.0 was released 8 hours ago and requireshdmf
version 3.8.0. However, the AllenSDK requireshdmf
version 3.4.7 or lower. I fixed it within my environment by upgrading to the latest version ofhdmf
.To Reproduce
Install the latest version of the AllenSDK and call
import pynwb
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: