Joe-Miccio
Joe-Miccio
I meet this error on my m1 mac: `>>> import pyg_lib Traceback (most recent call last): File "", line 1, in File "/opt/homebrew/anaconda3/envs/test/lib/python3.10/site-packages/pyg_lib/__init__.py", line 38, in load_library('libpyg') File "/opt/homebrew/anaconda3/envs/test/lib/python3.10/site-packages/pyg_lib/__init__.py", line...
> I meet this error on my m1 mac: `>>> import pyg_lib Traceback (most recent call last): File "", line 1, in File "/opt/homebrew/anaconda3/envs/test/lib/python3.10/site-packages/pyg_lib/__init__.py", line 38, in load_library('libpyg') File "/opt/homebrew/anaconda3/envs/test/lib/python3.10/site-packages/pyg_lib/__init__.py",...
> reinstalled the python3.7: - python 3.7.16 h218abb5_0 - torch 1.13.0 pypi_0 pypi - torch-cluster 1.6.0 pypi_0 pypi - torch-geometric 2.2.0 pypi_0 pypi - torch-scatter 2.1.0 pypi_0 pypi - torch-sparse...
> Hmm, @Joe-Miccio 's error may not be limited to M1 Macs -- I'm also getting the same error, but on an Intel Mac. Any ideas? > > > I...