VeriSilicon / acuitylite

Acuitylite is an end-to-end neural network deployment tool
https://verisilicon.github.io/acuitylite
MIT License
16 stars 5 forks source link

Is docker file content correct to install version 6.21.0? #17

Closed 0b11101010 closed 10 months ago

0b11101010 commented 11 months ago

Hello, I couldn't install acuitylite 6.21.0 using a fresh virtual machine or using a conda environment. There are pip packages listed inside the docker file for ubuntu 22.04. Is the content fresh for version 6.21.0?

For example: ERROR: Cannot install acuitylite==6.21.0 and ruamel.yaml==0.16.0 because these package versions have conflicting dependencies.

I also get the following ruamel.yaml error when I try to install using a conda environment. note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for ruamel.yaml

lileiigithub commented 11 months ago

You can try the command: pip install acuitylite==6.21.0 --no-deps

0b11101010 commented 11 months ago

Hello @lileiigithub, Thanks for the suggestion. Demo scripts run successfully on my conda environment now.