smallpize

Results 12 comments of smallpize

> i think it is related with libvirt+qemu. if your host supports arm then webvirtcloud shows related arc/models on list: ![image](https://user-images.githubusercontent.com/1725643/143195618-201b8702-36a5-47b1-b62e-9741a788e957.png) > > i havent tried arm yet may be...

![image](https://user-images.githubusercontent.com/8023264/187572941-3e18686b-4bb5-4c1f-b31b-921b6e08cb0f.png) Setting VM "Primary Video Model" to virto can use.

> i think you are using debian based operating system, isnt it?(my environment is rhel based because of that arm support is missing. i should install deb derivative) i never...

> i want to ask about your feedback; > > 1. why do you not want to use virtio input type. is it causes some problems? > 2. you can...

@catborise > did you run `python3 manage.py makemigrations; python3 manage.py migrate` commands? I use the scripts install on centos8 , the logs: * Django Migrate. Operations to perform: Apply all...

> you can always run these commands, it does not breaks. may some scripts failed. run; > > ``` > # Go to Installation Directory > cd /srv/webvirtcloud > source...

> What is the operating system.. you should install arch package. If your os is Debian, install qemu-system-arm package Kylin Server V10 SP2 (like openEuler-20.03-LTS-SP1) I think it is not...

> which OS are you using for webvirtcloud? Kylin V10 SP2 (like openEuler-20.03-LTS-SP1) Python 3.7.9 but,execute alone ,can install and run has no effect

> hello i met the same conflict .but i have slove it . my OS is Aonlis 8.6 python is 3.6 i change the conf/requirments.txt > > ![QQ图片20221006130205](https://user-images.githubusercontent.com/51699030/194218305-da28f9a4-5eec-4577-9785-9e0b73862570.png) > >...

找到问题了,修改webUI: 原代码:audio_output = gr.Audio(label="合成音频", autoplay=True, streaming=True) 修改为:audio_output = gr.Audio(label="合成音频", autoplay=True, streaming=False)