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
I ran into a dependency conflict when working on the DLC2NWB DeepLabCut export. For Apple M1 machines, importing tensorflow requires numpy≥1.23, but pynwb 2.1 pins numpy<1.23
It turns out that the allowed range of numpy versions was increase by #1550. This should have been in the 2.1.1 release, but only the 2.1.1 tag was created; a 2.1.1 release was not created. That is because the CircleCI workflow for making releases requires that the miniconda37 test passes but it failed: https://app.circleci.com/pipelines/github/NeurodataWithoutBorders/pynwb/3403/workflows/277a957e-a20b-412f-9994-77936ed99fa1 due to a certificate mismatch "OSError: Could not find a suitable TLS CA certificate bundle, invalid path: /opt/conda/lib/python3.9/site-packages/certifi/cacert.pem"
This issue with miniconda37 should be resolved in #1511, but that has yet to be merged.
What happened?
@CBroz1 wrote:
It turns out that the allowed range of numpy versions was increase by #1550. This should have been in the 2.1.1 release, but only the 2.1.1 tag was created; a 2.1.1 release was not created. That is because the CircleCI workflow for making releases requires that the miniconda37 test passes but it failed: https://app.circleci.com/pipelines/github/NeurodataWithoutBorders/pynwb/3403/workflows/277a957e-a20b-412f-9994-77936ed99fa1 due to a certificate mismatch "OSError: Could not find a suitable TLS CA certificate bundle, invalid path: /opt/conda/lib/python3.9/site-packages/certifi/cacert.pem"
This issue with miniconda37 should be resolved in #1511, but that has yet to be merged.
Steps to Reproduce
Traceback
No response
Operating System
macOS
Python Executable
Conda
Python Version
3.9
Package Versions
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: