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
After installing kp, import kp throws an error.
kp
import kp
# use pip pip install kp # or compile from source git clone https://github.com/EthicalML/vulkan-kompute.git git submodule update --init --recursive python setup.py build python setup.py install
@unexploredtest, Superchunk
>>> import kp Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: dlopen(/opt/homebrew/lib/python3.9/site-packages/kp.cpython-39-darwin.so, 2): Symbol not found: __PyThreadState_Current Referenced from: /opt/homebrew/lib/python3.9/site-packages/kp.cpython-39-darwin.so Expected in: flat namespace in /opt/homebrew/lib/python3.9/site-packages/kp.cpython-39-darwin.so
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue description
After installing
kp
,import kp
throws an error.Code example
@unexploredtest, Superchunk
System Info
The text was updated successfully, but these errors were encountered: