ethereon / lycon

A minimal and fast image library for Python and C++
Other
287 stars 27 forks source link

Importing lycon causes Fatal Python Error #14

Closed nicholaspad closed 3 years ago

nicholaspad commented 6 years ago

This problem started happening just yesterday. Prior, lycon imported and functioned with zero problems.

Runningimport lycon causes: Fatal Python error: PyThreadState_Get: no current thread Abort trap: 6

Python 2.7.15 macOS 10.13.6 (High Sierra)

ilarele commented 6 years ago

On my laptop, the import causes the same error in a conda env with Python 3.6.6, but works fine in a conda env with Python 2.7.15.

OS: macOS 10.13.6 (High Sierra)

ilarele commented 6 years ago

A workaround: downgrade python to 3.6.1: conda install python=3.6.1