openersoft

Results 3 comments of openersoft

1 install choco: open powershell as administrator: > Set-ExecutionPolicy AllSigned > Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) 2 install pkg-config by choco: >...

> 一定要使用gcc5吗,使用的是paddlepaddle=2.5.0我在安装develop版本的时候即使已经有其他版本的gcc还是要求安装gcc5,我添加gcc-11-test-results的apt源后,再次安装出现下面错误 > > libsndfile1 : 依赖: libflac12 (>= 1.3.0) 但无法安装它 sox : 依赖: libsox-fmt-base (= 14.4.2+git20190427-3.4ubuntu1.1) 但是 14.4.2+git20190427-2+deb11u2ubuntu0.22.04.1 正要被安装 依赖: libsox3 (= 14.4.2+git20190427-3.4ubuntu1.1) 但是 14.4.2+git20190427-2+deb11u2ubuntu0.22.04.1 正要被安装 但是sox依赖的这些包是ubantu23.04的版本,我尝试安装后,在此跳回到无法定位gcc需要gcc5的错误 不用飞桨了...