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 updating from Raspbian Buster to Rasbian Bullseye (32-bit) I got the below error:
$ ./rebalance.py Traceback (most recent call last): File "/home/user/rebalance-lnd/./rebalance.py", line 11, in <module> from lnd import Lnd File "/home/user/rebalance-lnd/lnd.py", line 7, in <module> import grpc File "/home/user/.virtualenvs/rebalance-lnd/lib/python3.9/site-packages/grpc/__init__.py", line 23, in <module> from grpc._cython import cygrpc as _cygrpc ImportError: /home/user/.virtualenvs/rebalance-lnd/lib/python3.9/site-packages/grpc/_cython/cygrpc.cpython-39-arm-linux-gnueabihf.so: undefined symbol: __atomic_exchange_8
The workaround:
LD_PRELOAD="/usr/lib/arm-linux-gnueabihf/libatomic.so.1.2.0" ./rebalance.py
The text was updated successfully, but these errors were encountered:
(to clarify, I'm not seeking help ... I just posted this in case others are running into the same issue)
Sorry, something went wrong.
No branches or pull requests
After updating from Raspbian Buster to Rasbian Bullseye (32-bit) I got the below error:
The workaround:
LD_PRELOAD="/usr/lib/arm-linux-gnueabihf/libatomic.so.1.2.0" ./rebalance.py
The text was updated successfully, but these errors were encountered: