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

bitlib installation on RPi4+ with BookWorm 64bit #7

Open
jeraldsmith121790 opened this issue Sep 3, 2024 · 0 comments
Open

bitlib installation on RPi4+ with BookWorm 64bit #7

jeraldsmith121790 opened this issue Sep 3, 2024 · 0 comments

Comments

@jeraldsmith121790
Copy link

Followed directions for installing bitlib python3 package. Bookworm requires a virtual environment to be created to isolate python packages from other environments. After doing so, 2 bitlib packages show up when doing a pip list. When executing my python3 code, I get an ImportError stating that BL_Open can't be found.
(.env) xeng@Vanta5:~/Vanta $ python3 MainServer.py
Traceback (most recent call last):
File "/home/xeng/Vanta/MainServer.py", line 14, in
import MainDelegator
File "/home/xeng/Vanta/MainDelegator.py", line 13, in
import bscope
File "/home/xeng/Vanta/bscope.py", line 9, in
from bitlib import *
ImportError: /home/xeng/.env/lib/python3.11/site-packages/bitlib-2.0-py3.11-linux-aarch64.egg/bitlib.cpython-311-aarch64-linux-gnu.so: undefined symbol: BL_Open

Is there something new with Bookworm that I don't know about?

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