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 #157

Open
arainboldt opened this issue Apr 24, 2020 · 0 comments
Open

Import Error #157

arainboldt opened this issue Apr 24, 2020 · 0 comments

Comments

@arainboldt
Copy link

I've installed from source for python3.7.4 on OS-Mojave (which isn't currently supported). I'm getting the following error when importing:

ImportError                               Traceback (most recent call last)
<ipython-input-279-2dac0ea75d0b> in <module>
----> 1 from fastFM import als

~/scratch/fastFM/fastFM/als.py in <module>
      2 # License: BSD 3 clause
      3 
----> 4 import ffm
      5 import numpy as np
      6 from sklearn.base import RegressorMixin

ImportError: dlopen(/Users/arainboldt/scratch/fastFM/ffm.so, 2): Symbol not found: _PyBaseString_Type
  Referenced from: /Users/arainboldt/scratch/fastFM/ffm.so
  Expected in: flat namespace
 in /Users/arainboldt/scratch/fastFM/ffm.so

Any ideas?

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