Я застрял, пытаясь использовать unordered_sets в Cython в блокноте Jupyter на моем Mac.
%%cython -a -3
# distutils: language = c++
# cython: c_string_type=unicode, c_string_encoding=utf8
import cython
from libcpp.unordered_set cimport unordered_set
def test():
cdef unordered_set[int] s
return s
Выше приведенные значения ячеек: DistutilsExecError: command 'gcc' failed with exit status 1