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
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
Issue:
On a fresh environment with pynio (i.e. conda env create -n pynio_test pynio, where conda-forge is listed first in the channel priority in .condarc), the following error occurs when attempting to import Nio:
>>> import Nio
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/ddawson/miniconda3/envs/pynio_test/lib/python3.8/site-packages/PyNIO/Nio.py", line 83, in <module>
from _nio import *
ImportError: dlopen(/Users/ddawson/miniconda3/envs/pynio_test/lib/python3.8/site-packages/PyNIO/_nio.cpython-38-darwin.so, 2): Symbol not found: _crc32
Referenced from: /Users/ddawson/miniconda3/envs/pynio_test/lib/libgdal.26.dylib
Expected in: /Users/ddawson/miniconda3/envs/pynio_test/lib/libcfitsio.8.dylib
in /Users/ddawson/miniconda3/envs/pynio_test/lib/libgdal.26.dylib
This changed something about zlib (I'm a noob, so I don't know what "unvendoring" means); I wonder if this is the culprit. To test, I rebuilt my test environment and pinned the previous build of cfitsio:
Issue:
On a fresh environment with pynio (i.e.
conda env create -n pynio_test pynio
, where conda-forge is listed first in the channel priority in .condarc), the following error occurs when attempting to import Nio:Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: