ethereon / lycon

A minimal and fast image library for Python and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Importing lycon causes Fatal Python Error

nicholaspad opened this issue · comments

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)

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)

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