I got the following error while creating a virtual environment on Ubuntu 16.04.
OSError: Command /home/ubuntu/.virtua...skdeploy/bin/python2 - setuptools pkg_resources pip wheel failed with error code 1
Add the following locals variables .
export LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
and run the virtualenv command again
virtualenv
First try this 1)
'sudo apt-get install python-setuptools'
and
2)
export LC_ALL="en_US.UTF-8" export LC_CTYPE="en_US.UTF-8"
Source: https://habr.com/ru/post/1264127/More articles:Unique Indexes Agreement in EF6 - c #Resources, areas, permissions, and policies at keycloak - permissionsGradle multiple versions of GRADLE - javaWhy doesn't the C ++ standard library provide a cmath version for constexpr? - c ++.gradle saves multiple copies of Gradle distributions - androidGoogle Image Search in C # - c #How to create a Safari Extension Companion in Xcode 8.2.1? template missing - safariManipulate tuple values ββefficiently? - c ++Why there are multiple copies for the same version of gradle - androidElegant array conversion in javascript - javascriptAll Articles