Xilinx / finn

Dataflow compiler for QNN inference on FPGAs
https://xilinx.github.io/finn
BSD 3-Clause "New" or "Revised" License
723 stars 230 forks source link

Permission denied when running run-docker quicktest script #873

Closed prawin-kumar closed 6 months ago

prawin-kumar commented 1 year ago

I am trying to run the notebook examples and following the steps mentioned on the Getting Started page of the document. I am encountering an error that has already been discussed in #854 and #673. I would like to point out that I have set up the env path as suggested by @fpjentzsch. ENV_VAR Also verified that docker is running in rootless mode. And have also used a non-home directory as discussed in previous issues. Docker_Status However, I keep running into the PermissionError: [Errno 13] Permission denied: './.eggs'. I have attached the console output for the docker script as reference. I have also tried "pip install -U setuptools setuptools_scm wheel" as suggested which didn't help, cleared the docker cache, deps folder in the git repo and fetched the latest changes in the dev branch Build.log.txt

auphelia commented 6 months ago

The linked discussion is marked as answered, I am closing this issue. @prawin-kumar please feel free to reopen if you are still facing this issue.