Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem running on Apple M1 #53

Open
melifluos opened this issue Sep 5, 2023 · 0 comments
Open

Problem running on Apple M1 #53

melifluos opened this issue Sep 5, 2023 · 0 comments

Comments

@melifluos
Copy link

I was pairing with Luca and we came across this problem running on mac M1

Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.
Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.
Connected to pydev debugger (build 231.9011.38)
Traceback (most recent call last):
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/Users/benchamberlain/workspace/subgraph-sketching/src/data.py", line 22, in
from src.datasets.elph import get_hashed_train_val_test_datasets, make_train_eval_data
File "/Users/benchamberlain/workspace/subgraph-sketching/src/datasets/elph.py", line 17, in
from embiggen.embedders.ensmallen_embedders.hyper_sketching import HyperSketching
File "/Users/benchamberlain/anaconda3/envs/ss/lib/python3.9/site-packages/embiggen/init.py", line 2, in
from embiggen.visualizations import GraphVisualizer
File "/Users/benchamberlain/anaconda3/envs/ss/lib/python3.9/site-packages/embiggen/visualizations/init.py", line 2, in
from embiggen.visualizations.graph_visualizer import GraphVisualizer
File "/Users/benchamberlain/anaconda3/envs/ss/lib/python3.9/site-packages/embiggen/visualizations/graph_visualizer.py", line 16, in
from ensmallen import Graph # pylint: disable=no-name-in-module
File "/Users/benchamberlain/anaconda3/envs/ss/lib/python3.9/site-packages/ensmallen/init.py", line 14, in
unavailable_flags = set(HASWELL_FLAGS) - set(cpuinfo.get_cpu_info()["flags"])
File "/Users/benchamberlain/anaconda3/envs/ss/lib/python3.9/site-packages/cpuinfo/cpuinfo.py", line 2762, in get_cpu_info
output = json.loads(output, object_hook = _utf_to_str)
File "/Users/benchamberlain/anaconda3/envs/ss/lib/python3.9/json/init.py", line 359, in loads
return cls(**kw).decode(s)
File "/Users/benchamberlain/anaconda3/envs/ss/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Users/benchamberlain/anaconda3/envs/ss/lib/python3.9/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
python-BaseException

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant