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

Issues when installing TTT on MacOS #4

Open
TillMacher opened this issue Feb 3, 2022 · 2 comments
Open

Issues when installing TTT on MacOS #4

TillMacher opened this issue Feb 3, 2022 · 2 comments

Comments

@TillMacher
Copy link
Owner

TillMacher commented Feb 3, 2022

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 .')
@Rishikeshklaxmi
Copy link

Hey Macher

Still getting the error in the installation
Screenshot 2023-10-11 at 2 29 36 PM

@francielleholtz
Copy link

Hey Macher

Still getting the error in the installation Screenshot 2023-10-11 at 2 29 36 PM

Hey Macher

Still getting the error in the installation Screenshot 2023-10-11 at 2 29 36 PM

hello! did you manage to install it? i am having the same error

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

3 participants