viralrecall icon indicating copy to clipboard operation
viralrecall copied to clipboard

Issues with Apple M1 Pro chip?

Open ABediSilva opened this issue 3 years ago • 1 comments

Hi there, For context, I'm new to python and shell coding in general. I installed the required packages and directories alongside ViralRecall. As suggested, I tested to see if everything was working using python viralrecall.py -i examples/arm29B.fna -p test_outdir -t 2 -f . Sadly, I get the following messages: "Intel MKL FATAL ERROR: This system does not meet the minimum requirements for use of the Intel(R) Math Kernel Library. The processor must support the Intel(R) Supplemental Streaming SIMD Extensions 3 (Intel(R) SSSE3) instructions. The processor must support the Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) instructions. The processor must support the Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions."

I suspect these messages may be due to the fact that I have a new gen MacBook Pro with an Apple M1 Pro chip. Rosetta is installed and working.

Has anyone else had similar issues? Is there perhaps an easy solution that I am not aware of yet?

ABediSilva avatar Feb 09 '22 22:02 ABediSilva