robbmcleod / pyfastnoisesimd

Python module wrapping C++ FastNoiseSIMD
BSD 3-Clause "New" or "Revised" License
39 stars 6 forks source link

Byte format fix #13

Closed jhon closed 6 years ago

jhon commented 6 years ago

Fixes install via pipenv

jhon commented 6 years ago

Looks like the real problem is that Python <3.5 isn't supported. I'll update instead :)

robbmcleod commented 6 years ago

Yeah doesn't make a lot of sense to support older Python versions because on Windows MSVC2015 is the compiler for >= 3.5. Earlier Python versions can't support AVX2 as a result.