-
Notifications
You must be signed in to change notification settings - Fork 62
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
Unable to install package - error: unsupported option '-fopenmp' #90
Comments
I've fixed this by following the directions here to install gcc and whatnot through brew then forced gcc to compile using:
Kinda proud of myself, this is way outside my wheelhouse :) |
The solution above ( My problem was that I was attempting to install in a Python 3.10 environment and tsfresh only supports up to Python 3.9. I rolled my environment back to Python 3.9 and was able to install without any issues. |
vi setup.py
add
into Extension(...) |
The solution I've found was to downgrade the Python version to 3.10.8 using pyenv in order to easily manage multiple Python versions (useful resource: https://opensource.com/article/19/5/python-3-default-mac). |
Describe the bug
Hello,
I'm trying to install tsfresh==0.19.0 on my macOS 12.1 (arm) but the installation fail when installing matrixprofile, at build step with the folliwing error :
I tried with python 3.8 and 3.9, same error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
tsfresh installation without errors.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: