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
When building 1.2 release with Anaconda on windows, I get the following errors
src/python-lz4f.c: In function 'initlz4f':
src/python-lz4f.c:406:51: error: too many decimal points in number
src/python-lz4f.c:407:55: error: too many decimal points in number
src/python-lz4f.c:408:55: error: 'r123' undeclared (first use in this function)
src/python-lz4f.c:408:55: note: each undeclared identifier is reported only once
Replacing the versions with their literals in the abovementioned file, like so
When building 1.2 release with Anaconda on windows, I get the following errors
Replacing the versions with their literals in the abovementioned file, like so
Resolves the problem. It looks like the string literals VERSION_STR in
setup.py
aren't being treated as strings, but numbers instead.The text was updated successfully, but these errors were encountered: