Closed elgutierrez closed 4 months ago
I also ran into this problem, but in the end I didn't solve it and opted to use docker for the installation instead.
I was using the Docker container but I faced issues on v3.4.2. I then switched to an installation from the sources because I had to patch a bug on the Bacnet connector. And now this. It's a little bit concerning the fact that we don't have stable releases, and on each realease we fix many bugs but then we introduce many others.
Other than that, I'm seeing issues with the remote logging option and issues with remote configuration. I'll open new issues for them
Try the Ubuntu Server 22.04.3 LTS. I had the same issue.
Openssl update to 3.x All older versions (including 1.1.1, 1.1.0, 1.0.2, 1.0.0 and 0.9.8) are now out of support and should not be used.
install Rust compiler and openssl for buliding cryptography.
https://cryptography.io/en/latest/installation/#debian-ubuntu
Im having the same issue is the only solution to build cryptography? Or have someone found a solution?
Im having the same issue is the only solution to build cryptography? Or have someone found a solution?
Ohh 😮 this might fix the issue I hope https://github.com/thingsboard/thingsboard-gateway/blame/b108d9b6795f4d745f60feb1db27c57c7b5f7d16/setup.py#L56C5-L56C10
Hi,
Please try to use the latest release deb file. We have removed fixed cryptography version dependency from the gateway, but it may produce some errors with OPC-UA connector in case of using too old version.
If you encounter this issue again, you may try to install rust compiler and it will build cryptography correctly, to do this please try to use the following command (Should work for RPi, for ubuntu you need to change default-host to x86_64-unknown-linux-gnu):
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-host=armv7-unknown-linux-gnueabihf
Describe the bug I'm trying to install the latest gateway version on a RPI4 using both Raspbian and Ubuntu using the
deb
package. On both cases I'm getting a missing dependency (python3-cryptography 3.5.0
) and I don't know how to fix it. I ranapt update
andapt upgrade
but no success.Error traceback (If available):
Versions (please complete the following information):