Shadowfire69

Results 4 comments of Shadowfire69

I have tried 1.2.0 a few times now but it won't work and I get the error: "fatal: repository 'https://github.com/DragonComputer/Dragonfire/tree/1.2.0/' not found".

> @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/ >...

> @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. OK I...

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