AnacletoLAB / grape

🍇 GRAPE is a Rust/Python Graph Representation Learning library for Predictions and Evaluations
MIT License
502 stars 38 forks source link

Problem running on Apple M1 #53

Open melifluos opened 10 months ago

melifluos commented 10 months ago

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