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

[Windows unit-test] Windows installation times out after 5 hours #7507

Closed
m-vdb opened this issue Dec 10, 2020 · 1 comment · Fixed by #7542
Closed

[Windows unit-test] Windows installation times out after 5 hours #7507

m-vdb opened this issue Dec 10, 2020 · 1 comment · Fixed by #7542
Assignees
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework area:rasa-oss/infrastructure 🚅 All things related to infrastructure or deployments type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@m-vdb
Copy link
Collaborator

m-vdb commented Dec 10, 2020

It happened here and here and also here.

It times out at the step poetry run python -m pip install -U pip

cc @koernerfelicia @tczekajlo

@m-vdb m-vdb 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 area:rasa-oss/infrastructure 🚅 All things related to infrastructure or deployments labels Dec 10, 2020
@tczekajlo tczekajlo self-assigned this Dec 14, 2020
@tczekajlo
Copy link
Contributor

Poetry since >= 1.1.0b switched to vritualenv (https://github.com/python-poetry/poetry/releases/tag/1.1.0b1). The default version of vritualenv used by poetry is 20.0.31, update virtualenv to the latest version helps only partially (I assume this fixed some things pypa/virtualenv#1976), there is still a problem with python 3.6 though.

In the #7542 I switched back to venv that works for Windows and Linux.

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 area:rasa-oss/infrastructure 🚅 All things related to infrastructure or deployments 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.

2 participants