-
-
Notifications
You must be signed in to change notification settings - Fork 211
Description
I was installing the deb binary for Dragonfire, but it kept saying that I need python version less that 3.7. So, I tried the Debian package build instructions, but it errors out after a few seconds. I tried building it from source, but it didn't create the dragonfire command (I ran it with python3 -m dragonfire), or install most of the required deps. I tried installing the deps manually, but realhud doesn't look like it can be built manually. I then gave up and tried sudo dpkg -i --force-all dragonfire_1.1.1_amd64.deb. This time it built everything, and formed the dragonfire command. Only problem is that when running dragonfire, it tells me it needs deeppavlov==0.7.1, which is incompatible with 3.8. Is there any way we can get it to run under python 3.8 ? Also, it doesn't look like it installs into a virtualenv during manual building, not sure if this is just me or it is supposed be like that.
EDIT my GPU doesn't support CUDA, but I'm hoping that it will work. Not sure if this has any relationship to the problems