Hi, I am getting an "Illegal instruction (core dumped)" error when importing tuplex
My CPU is Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz
This happens if a install tuplex with pip install and also with docker installation
Edit: It seems that the problem is that this CPU does not support AVX2 instructions (it supports AVX), is there any way to run tuplex without AVX2?