0

I'm to run some tests from fastparquet using pyCharm on macOS Sierra (10.12.6) but keep failing on:

ImportError: dlopen(/Users/dhaviv/Documents/GitHub/fastparquet/fastparquet/speedups.so, 2): Symbol not found: _PyClass_Type

I've installed boost-python3 but that didn't seem to solve the issue.

Daniel Haviv
  • 1,036
  • 8
  • 16
  • Possible duplicate of [import dlib ImportError Symbol not found: \_PyClass\_Type](https://stackoverflow.com/questions/45923202/import-dlib-importerror-symbol-not-found-pyclass-type) – R4444 Jul 30 '19 at 13:56
  • check the dlib version, otherwise install it for python3: `pip3 install dlib` – R4444 Jul 30 '19 at 14:03

0 Answers0