-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix MacOS installation and testing #5
Comments
TODO
|
|
I still get the error "error: command 'gcc' failed with exit status 1" when I try to install PyTornado on macOS Catalina. I tried "pip install pytornado" or locally after cloning the repository "pip install . " Should I do something special to make it works? |
Hi Aidan, thanks for reporting this. Unfortunately, I cannot help too much with this since I don't have any MacOS system to test this on myself. As you may have seen in my comment above, I have extended the TravisCI tests, so I know that PyTornado should be able to run on MacOS.
Btw: |
Hi Aaron, |
I think I solve the problem, before I was trying to install pyTornado from a Conda environment, because of that it could not access to the gcc library of my Mac. So, I deactivate the Conda environment before I install pyTornado. |
Compilation on MacOS fails. Running
pip install -e .
yieldsThe text was updated successfully, but these errors were encountered: