We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Any ideas?
The text was updated successfully, but these errors were encountered: