Dragonfire icon indicating copy to clipboard operation
Dragonfire copied to clipboard

deeppavlov 0.8.0 not supported

Open iguanen opened this issue 4 years ago • 3 comments

ERROR: dragonfire 1.1.1 has requirement deeppavlov==0.7.1, but you'll have deeppavlov 0.8.0 which is incompatible.

How to downgrade to deeppavlov==0.7.1 ?

iguanen avatar Mar 15 '20 11:03 iguanen

@iguanen you can try to change the version from here. Probably you should set that line to deeppavlov>=0.7.1 or deeppavlov==0.8.0

mertyildiran avatar Mar 15 '20 13:03 mertyildiran

Did not help, I get this output when trying to start dragonfire

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 574, in _build_master ws.require(requires) File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 892, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 783, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (deeppavlov 0.8.0 (/usr/local/lib/python3.6/dist-packages), Requirement.parse('deeppavlov==0.7.1'), {'dragonfire'})

iguanen avatar Mar 16 '20 18:03 iguanen

@iguanen it's because Dragonfire is already installed with deeppavlov==0.7.1 dependency. So first run make pip-uninstall or make dev-pip-uninstall to remove Dragonfire and then run make install to reinstall it.

mertyildiran avatar Mar 16 '20 18:03 mertyildiran