gcs icon indicating copy to clipboard operation
gcs copied to clipboard

idna version incompatible issue while running prepare.sh

Open atinmu opened this issue 6 years ago • 1 comments

atin@dhcp35-96:~/codebase/myrepo/gcs/deploy$ ./prepare.sh vagrant and vagrant-libvirt were found. For easier operation, ensure that libvirt has been configured to work without passwords. Ref: https://developer.fedoraproject.org/tools/vagrant/vagrant-libvirt.html

Ensuring kubespray is present Creating a python virtualenv gcs-venv Installing requirements into gcs-venv requests 2.20.1 has requirement idna<2.8,>=2.5, but you'll have idna 2.8 which is incompatible.

Virtualenv gcs-venv has been created The virtualenv needs to be activated before doing any operations. Operations may fail if virtualenv is not activated.

To activate the virutalenv, run: $ source gcs-venv/bin/activate (gcs-venv) $

To deactivate an activated virtualenv, run: (gcs-venv) $ deactivate $

Note: The virtualenv should be activated for each shell session individually.

I'm not sure if this error message is benign or not as the environment seems to be created?

atinmu avatar Dec 10 '18 06:12 atinmu

This issue is now resolved.

ksandha avatar Dec 29 '18 06:12 ksandha