You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImportError: Building module pycrunch_trace.client.networking.strategies.native_write_strategy failed:
FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2).
This will change in a later release!
File: pycrunch_trace/client/networking/strategies/native_write_strategy.pyx
I get the same error under Windows and Linux. Cython docs suggest that you shouldn't rely on the user having Cython installed - providing prebuilt wheels for Windows, Linux, and OSX would be great (and is not too hard with GitHub Actions), but even just shipping the generated C code would be an improvement I think.
Is there a way to disable the native tracer in the meantime, as a slow-but-effective workaround?
The text was updated successfully, but these errors were encountered:
I get the same error under Windows and Linux. Cython docs suggest that you shouldn't rely on the user having Cython installed - providing prebuilt wheels for Windows, Linux, and OSX would be great (and is not too hard with GitHub Actions), but even just shipping the generated C code would be an improvement I think.
Is there a way to disable the native tracer in the meantime, as a slow-but-effective workaround?
The text was updated successfully, but these errors were encountered: