Closed Lorenyx closed 2 years ago
FirmAE doesn't use bcrypt.
Can you explain more detail about the situation and OS version, and tested firmware?
I am attempting to reproduce the error, but it occurred during the docker build on line 35:
# for analyzer
RUN python3 -m pip install selenium bs4 requests future paramiko pysnmp==4.4.6 pycryptodome
And one of the above pip packeges was throwing an error due to not having setuptools_rust
and rustc
installed so I included them in the Dockerfile and was able to complete the build.
I was unable to reproduce the error across multiple Ubuntu versions (22, 18, and 16) so it was likely a client side issue.
Included install statements for
rustc
andcargo
thensetuptools_rust
to satisfy bcrypt dependencies that were not installed automatically.