以下是我尝试从函数(voicetotext)文件夹创建虚拟环境时出现的错误,
root@a8686ca40:/home/site/wwwroot/voicetotext# python -m virtualenv myenv
usage: virtualenv [--version] [--with-traceback] [-v | -q] [--app-data APP_DATA] [--reset-app-data]
[--upgrade-embed-wheels] [--discovery {
builtin}] [-p py] [--creator {builtin,cpython3-posix,venv}] [--seeder {app-data,pip}] [--no-seed]
[--activators comma_sep_list] [--clear] [--system-site-packages] [--symlinks | --
copies] [--no-download | --download] [--
extra-search-dir d [d ...]] [--pip version] [--setuptools version] [--wheel version] [--no-pip]
[--no-setuptools] [--no-wheel] [--no-periodic-update] [--symlink-app-data] [--prompt
prompt] [-h]
dest
virtualenv: error: argument dest: the destination . is not write-able at
/home/site/wwwroot/voicetotext
SystemExit: 2
请指导如何将模块导入天蓝色函数(python)
函数的初始错误是“没有名为 Speech_py_impl 的模块”...从互联网上读到我们应该添加包“libasound2”。当我尝试通过 kudu 添加这个模块时,我很震惊。如果有任何替代方案也请告知。谢谢!