-
Notifications
You must be signed in to change notification settings - Fork 238
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
Quicktest fail because of deprecated api call #1191
Comments
Hi @kalahel , |
Hi @auphelia, thanks for the response ! I followed the getting started guide so just cloned the repo with |
That is unusual, can you share the exact commands you run in the command line and which env vars you have set? |
I run My env variable are : export FINN_XILINX_PATH=/home/mathieu/Tools/Xilinx
export FINN_XILINX_VERSION=2024.1 |
We are recommending using Vivado/Vitis 2022.2 with FINN currently, but this is not the reason for the issue. |
Unfortunately it did not change the result. |
From the error message it looks like it cannot build the dependencies: Try deleting the deps folder ( Maybe the git repos didn't get downloaded completely. |
I deleted |
Hi @kalahel,
|
Hi @auphelia, I'm currently using an Ubuntu 24.04.1 LTS with docker (version 27.2.1) desktop installation. sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
systemctl --user start docker-desktop
export FINN_XILINX_PATH=/home/mathieu/Tools/Xilinx
export FINN_XILINX_VERSION=2024.1
./run-docker.sh quicktest Thank you for your support ! |
Hi @kalahel , |
Hi @auphelia, Unfortunatly I was not able to find a direct solution, but now I am using FINN in a WSL2 from Windows, I followed the direction given in this discussion. |
Hello,
Starting from a fresh install and running
./run-docker.sh quicktest
I have thoses error :I have a lot of similar errors (deprecated api call).
After those messages, all the tests fail because they don't find qonnx, brevitas nor finn.
I tried forcing the installation by changing the dockerfile and adding :
Now I have this test report :
7 failed, 8 passed, 19 warnings, 88 errors
.It seems that the script can't find some find API :
Did I do something wrong in my installation or is there a deprecation in the docker image ?
Thanks in advance !
The text was updated successfully, but these errors were encountered: