Hibryda
Hibryda
I have a piece of code: ``` vapp.hyperv = new virt.Hypervisor(vapp.hyperv_string) vapp.hyperv.connectAsync() .then(() => vapp.domain = vapp.hyperv.lookupDomainByNameAsync(name) ) .then((domain) => { vapp.domain = domain vapp.ev_lifecycle = domain.registerEvent( {evtype:virt.VIR_DOMAIN_EVENT_ID_LIFECYCLE}, function (hyp,...
Cannot install - conda drops Python to 3.7, PyYaml 5.4 is not getting installed as it requires 3.8
**Describe the bug** While trying to install as per the installation instructions, after getting miniconda, the install stops around PyYaml with a requirement for Python 3.8. Yet, conda drops the...