Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deeppavlov 0.8.0 not supported #142

Open
iguanen opened this issue Mar 15, 2020 · 3 comments
Open

deeppavlov 0.8.0 not supported #142

iguanen opened this issue Mar 15, 2020 · 3 comments

Comments

@iguanen
Copy link

iguanen commented Mar 15, 2020

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 ?

@mertyildiran
Copy link
Member

@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

@iguanen
Copy link
Author

iguanen commented Mar 16, 2020

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'})

@mertyildiran
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants