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 .')
Issue: Installation fails when trying to install the scikit-bio dependency MacOS
Solution: