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

Resolve ContextualVersionConflict cloudpickle #5216

Closed
tabergma opened this issue Feb 11, 2020 · 2 comments · Fixed by #5218
Closed

Resolve ContextualVersionConflict cloudpickle #5216

tabergma opened this issue Feb 11, 2020 · 2 comments · Fixed by #5218
Assignees
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@tabergma
Copy link
Contributor

Travis is failing due to

pkg_resources.ContextualVersionConflict: (cloudpickle 1.3.0 (/home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages), Requirement.parse('cloudpickle~=1.2.0'), {'gym'})
@tabergma tabergma added type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. area:rasa-oss 🎡 Anything related to the open source Rasa framework labels Feb 11, 2020
@tabergma tabergma self-assigned this Feb 11, 2020
This was referenced Feb 11, 2020
@rswethashankar92
Copy link

Hi all, How do i fix this in the already installed version

@wochinge
Copy link
Contributor

wochinge commented Mar 2, 2020

@rswethashankar92 pip install cloudpickle~=1.2.0 should do the trick (this is in newer Rasa Open Source releases anyway)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants