-
Notifications
You must be signed in to change notification settings - Fork 63
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
fail to install by source code setup.py #77
Comments
Sorry, I found this issure has already solved my problem. |
python setup.py install ImportError Traceback (most recent call last) ~/anaconda3/lib/python3.7/site-packages/matrixprofile-1.1.10-py3.7-macosx-10.9-x86_64.egg/matrixprofile/init.py in ~/anaconda3/lib/python3.7/site-packages/matrixprofile-1.1.10-py3.7-macosx-10.9-x86_64.egg/matrixprofile/compute.py in ~/anaconda3/lib/python3.7/site-packages/matrixprofile-1.1.10-py3.7-macosx-10.9-x86_64.egg/matrixprofile/algorithms/init.py in ~/anaconda3/lib/python3.7/site-packages/matrixprofile-1.1.10-py3.7-macosx-10.9-x86_64.egg/matrixprofile/algorithms/mpdist.py in ImportError: dlopen(/Users/zhoucheng/anaconda3/lib/python3.7/site-packages/matrixprofile-1.1.10-py3.7-macosx-10.9-x86_64.egg/matrixprofile/algorithms/cympx.cpython-37m-darwin.so, 2): Symbol not found: _GOMP_parallel |
python setup.py install
logs
running install
running bdist_egg
running egg_info
writing matrixprofile.egg-info/PKG-INFO
writing dependency_links to matrixprofile.egg-info/dependency_links.txt
writing requirements to matrixprofile.egg-info/requires.txt
writing top-level names to matrixprofile.egg-info/top_level.txt
reading manifest template 'MANIFEST.in'
warning: no files found matching '.csv' under directory '.'
warning: no files found matching '.json' under directory '.'
writing manifest file 'matrixprofile.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.9-x86_64/egg
running install_lib
running build_py
copying matrixprofile/version.py -> build/lib.macosx-10.9-x86_64-3.7/matrixprofile
running build_ext
building 'matrixprofile.algorithms.cympx' extension
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/zhoucheng/anaconda3/include -arch x86_64 -I/Users/zhoucheng/anaconda3/include -arch x86_64 -I/usr/local/opt/openblas/include -I/Users/zhoucheng/anaconda3/lib/python3.7/site-packages/numpy/core/include -I/Users/zhoucheng/anaconda3/lib/python3.7/site-packages/numpy/core/include -I/Users/zhoucheng/anaconda3/include/python3.7m -c matrixprofile/algorithms/cympx.c -o build/temp.macosx-10.9-x86_64-3.7/matrixprofile/algorithms/cympx.o -O2 -fopenmp
clang: error: unsupported option '-fopenmp'
error: command 'gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered: