You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure to check off these prerequisites before submitting a bug report.
[x ] Test that the bug appears on the current version of the dev-branch. Make sure to include the commit hash of the commit you checked out. (commit 7ccbb15)
[x ] Check that the issue hasn't already been reported, by checking the currently open issues.
Brief summary
I try running the run-docker.sh quickstart, and end up failing 91 tests with errors because of not finding dependencies such as qonnx, Brevitas, finn and pyverilator. I get a permission error with moving the pyproject.toml file associated with the qonnx dependency despite having granted permissions of the whole finn folder to my user.
Details
This I believe is the root of the problem: For some reason I cannot move this pyproject.toml file associated with the qonnx dependency. I have made sure that my users has +rwx permissions for the whole folder so I don't understand where this stems from. I am new to both Linux and Docker so this might be an easy fix.
I also get a bunch of these errors complaining about deprecated setuptools and other packages. I have tried upgrading them to newer version that does not conflict with dependants like Brevitas.
Finally, I get all these errors from the pystests that occur because of dependency issues. The packages are all in my file system though.
I have tried to look through all the earlier issues but I cannot seem to find the same bug.
Steps to Reproduce
I am using Ubuntu 2022.04, Vivado/Vitis 2022.2, Docker in rootless mode. I have done just as explained in the quickstart guide. I have put the required enviroment variables in the bashrc script.
Any help would be much appeciated as I have exhausted my options. I have tried clean installing everything several times to no result.
Thanks
The text was updated successfully, but these errors were encountered:
Prerequisites
Please make sure to check off these prerequisites before submitting a bug report.
Brief summary
I try running the run-docker.sh quickstart, and end up failing 91 tests with errors because of not finding dependencies such as qonnx, Brevitas, finn and pyverilator. I get a permission error with moving the pyproject.toml file associated with the qonnx dependency despite having granted permissions of the whole finn folder to my user.
Details
This I believe is the root of the problem: For some reason I cannot move this pyproject.toml file associated with the qonnx dependency. I have made sure that my users has +rwx permissions for the whole folder so I don't understand where this stems from. I am new to both Linux and Docker so this might be an easy fix.
I also get a bunch of these errors complaining about deprecated setuptools and other packages. I have tried upgrading them to newer version that does not conflict with dependants like Brevitas.
Finally, I get all these errors from the pystests that occur because of dependency issues. The packages are all in my file system though.
I have tried to look through all the earlier issues but I cannot seem to find the same bug.
Steps to Reproduce
I am using Ubuntu 2022.04, Vivado/Vitis 2022.2, Docker in rootless mode. I have done just as explained in the quickstart guide. I have put the required enviroment variables in the bashrc script.
Any help would be much appeciated as I have exhausted my options. I have tried clean installing everything several times to no result.
Thanks
The text was updated successfully, but these errors were encountered: