Skip to content

import error on OSX #112

@Loop-Xuhuan

Description

@Loop-Xuhuan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions