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
Building with the latest Cython nightly wheel causes errors with strings that are expected to be bytes and vice-versa. I'm not sure if this is due to an implicit cast that was removed somewhere or something else. My guess is this may be related to: cython/cython#6374
Building with the latest Cython nightly wheel causes errors with strings that are expected to be bytes and vice-versa. I'm not sure if this is due to an implicit cast that was removed somewhere or something else. My guess is this may be related to: cython/cython#6374
pip install --upgrade --pre --only-binary :all: -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython numpy pip install . python -m pytest
Problem description
Expected Output
No TypeErrors
Installation method
from source
The text was updated successfully, but these errors were encountered: