Hibryda

Results 2 issues of 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,...

**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...