Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Py2.7 on Apple Silicon Macs #16

Open
Adamtaranto opened this issue Dec 17, 2024 · 0 comments
Open

Py2.7 on Apple Silicon Macs #16

Adamtaranto opened this issue Dec 17, 2024 · 0 comments

Comments

@Adamtaranto
Copy link

Note for future travellers: Python 2.7 is not available on conda-forge for ARM-64 Macs.

If you want to create an env to run Flexidot on an M-series Mac you can create a virtual OSX-64 env to install Python 2.7.

# Create a new OSX-64 env 
CONDA_SUBDIR=osx-64 conda create -n py27 python=2.7

# Activate the new env
conda activate py27

# Ensure that future package installs in this env stick to 'osx-64'
conda config --env --set subdir osx-64

Then use pip to install the last version of Biopython that was compatible with Py 2.7, and conda for the rest of the dependencies.

pip install biopython==1.76 
conda install colormap colour easydev matplotlib numpy regex
@Adamtaranto Adamtaranto changed the title Py2.7 of Apple Silicon Macs Py2.7 on Apple Silicon Macs Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant