M. Mert Yildiran

Results 101 comments of M. Mert Yildiran

@Shadowfire69 please try `1.2.0` branch: https://github.com/DragonComputer/Dragonfire/tree/1.2.0 Some dependencies got broken since Ubuntu upgraded to Python 3.8.2. The broken dependencies are removed in `1.2.0` branch.

@Shadowfire69 it's; ```shell git clone https://github.com/DragonComputer/Dragonfire.git cd Dragonfire/ git checkout 1.2.0 ``` not; ```shell git clone https://github.com/DragonComputer/Dragonfire/tree/1.2.0/ ``` So you should do branch switching not cloning.

@Shadowfire69 latest passing test was https://github.com/DragonComputer/Dragonfire/tree/e9f2dce872c43210062db1e2022097c4b8aa7781 which ran on Ubuntu 18.04 The default Python 3.x (`python3 --version`) on Ubuntu 18.04 is tested hence approved that it's working.

@Shadowfire69 if you're sure that you have `deeppavlov` package on your system then try to remove it from the dependencies or change the version criteria on [this line](https://github.com/DragonComputer/Dragonfire/blob/master/requirements.txt#L23). Because it...

@Batcastle we only support the latest Ubuntu LTS which is 18.04 with the `.deb` package. The `dragonfire_1.0.4_amd64.deb` package requires Python version to be less than 3.7. Because of that, it...

@Batcastle would you like to add that Ubuntu LTS notice to README.md by sending a PR? I have misunderstood your statement about `portaudio19-dev` package sorry. I suspect that since we...

@JarnoRFB the .deb package should have compiled on a Python 3.6 machine. I have currently Python 3.5.2 installed on my system. I'm going to compile it on the cloud. But...

I'm gonna publish a new release and `.deb` package next month. For now, installing it with [install.sh](https://github.com/DragonComputer/Dragonfire/blob/master/install.sh) should work with Python 3.6.

@JarnoRFB I have published a [new release](https://github.com/DragonComputer/Dragonfire/releases/tag/v1.0.1). I packed the `.deb` file on Ubuntu 18.04.1 LTS (Bionic Beaver) so it has to have Python 3.6 support. Cloud you confirm the...

@Ashutosh-Kukreti we actually planned Dragonfire as an `apt` package. Here is [the proposal](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869121). But we failed since the Debian package policies are too harsh for this kind of a project...