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

import error on OSX #112

Open
Loop-Xuhuan opened this issue Jun 13, 2020 · 0 comments
Open

import error on OSX #112

Loop-Xuhuan opened this issue Jun 13, 2020 · 0 comments

Comments

@Loop-Xuhuan
Copy link

successfully installed but failed to import
errors as below:
Traceback (most recent call last):
File "/Users/xuhuan/PycharmProjects/MachineLearning/Python Basics/tmp.py", line 1, in
from glove import glove
File "/Users/xuhuan/opt/anaconda3/lib/python3.6/site-packages/glove/init.py", line 2, in
from .glove import Glove
File "/Users/xuhuan/opt/anaconda3/lib/python3.6/site-packages/glove/glove.py", line 16, in
from .glove_cython import fit_vectors, transform_paragraph
ImportError: dlopen(/Users/xuhuan/opt/anaconda3/lib/python3.6/site-packages/glove/glove_cython.cpython-36m-darwin.so, 2): Symbol not found: _GOMP_loop_nonmonotonic_dynamic_next
Referenced from: /Users/xuhuan/opt/anaconda3/lib/python3.6/site-packages/glove/glove_cython.cpython-36m-darwin.so
Expected in: flat namespace
in /Users/xuhuan/opt/anaconda3/lib/python3.6/site-packages/glove/glove_cython.cpython-36m-darwin.so

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

1 participant