-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Open
Issues when installing TTT on MacOS#4
Description
Issue: Installation fails when trying to install the scikit-bio dependency MacOS
Solution:
- Install brew on your Mac (https://brew.sh/)
- Install gcc using brew
- $ brew install gcc
- Install openssl using brew
- $ brew install openssl
- Install wget using brew
- $ brew install wget
- Install geos using brew
- $ brew install geos
- Then follow this: https://stackoverflow.com/questions/68839809/issues-with-scikit-bio-on-mac-m1
- Hint: If you do not use the default version of Python in your PATH you have to specify the installation:
- $ python3.9 setup.py install (instead of just 'install .')
Metadata
Metadata
Assignees
Labels
No labels