Closed
Description
When including a pure Python module like rsa
right after twisted
:
./distribute.sh -m "twisted rsa kivy" -d "test"
Building would eventually fail with following error:
Run pymodules install
We want to install: rsa
Check if /usr/local/bin/virtualenv is present
Check if a virtual environment already exists
Installing virtualenv
New python executable in venv/bin/python2.7
Also creating executable in venv/bin/python
Installing setuptools, pip...done.
Running virtualenv with interpreter /usr/bin/python2.7
Create a requirement file for pure-python modules
Install pure-python modules via pip in venv
DEPRECATION: --download-cache has been deprecated and will be removed in the future. Pip now automatically uses and configures its cache.
Collecting rsa (from -r requirements.txt (line 2))
Using cached rsa-3.1.4.tar.gz
setuptools must be installed to install from a source distribution
It is quite strange as setuptools
was clearly already installed in venv.
Metadata
Metadata
Assignees
Labels
No labels