Below you will find pages that utilize the taxonomy term “Mac”
June 5, 2023
How to use x86_64 packages in Conda on M1 Mac
If you work on an M1 Mac computer (that is, on an Apple computer with
an ARM processor)
and use Conda
to manage Python environments and packages,
sometimes you need to work with packages that are available
only for x86_64
architecture, that is, for Macs with Intel processors
(x86_64
is a common name for 64-bit Intel processors).
For example, I ran into this problem when I wanted to go through
SnakeMake tutorial,
and it turned out that many bioinformatics tools (needed for the tutorial)
are not available for the M1 architecture.