Hi,
Failed during install on a Centos 7.7 linux.
Same with both 3.8.2 and 2.7.18 - as the find command shows,
virtualenv.py does not seem to exist in the virtualenv-20.0.34 download
virtualenv does exist in both pythons.
$ which virtualenv
/opt/ohpc/local/modules/python/3.8.2/bin/virtualenv
$ which virtualenv
/opt/ohpc/local/modules/python/2.7.18/bin/virtualenv
Any suggestion appreciated
Doug
$ module load python/3.8.2
$ python install.py
==========================
GC3Pie installation script
==========================
This script installs *latest stable version* of GC3Pie in '/home/uqdstetn/gc3pie'.
If you encounter any problem running this script, please contact
the GC3Pie team by sending an email to
gc3...@googlegroups.com.
Remember to attach the full output of the script, in order to help us
to identify the problem.
Installation info:
Destination directory: /home/uqdstetn/gc3pie
Overwrite existing dir: ask
Python executable: /usr/bin/python
Ask for confirmation: yes
Install unreleased code: no
Install gc3apps: yes
Optional features: NONE
Installer script version: 2.0.5
Are you ready to continue? [Y/n]
git-1.8.3.1-21.el7_7.x86_64
python-devel-2.7.5-86.el7.x86_64
gcc-4.8.5-39.el7.x86_64
gcc-c++-4.8.5-39.el7.x86_64
libffi-devel-3.0.13-19.el7.x86_64
make-3.82-24.el7.x86_64
openssl-devel-1.0.2k-19.el7.x86_64
====================================================
GC3Pie install: ERROR: Failed to locate `virtualenv.py`.
====================================================
Failed to locate `virtualenv.py` in downloaded package directory `virtualenv-20.0.34`
If the above does not help you solve the issue, please contact the
GC3Pie team by sending an email to
gc3...@googlegroups.com(mailing-list subscription required). Include the full output of this
script to help us identifying the problem.
Aborting installation!
$ find virtualenv-20.0.34 -name virtualenv.py
$ ll virtualenv-20.0.34*
-rw-r----- 1 uqdstetn users 8282838 Oct 13 11:35 virtualenv-20.0.34.tar.gz
virtualenv-20.0.34:
total 21
-rw-r--r-- 1 uqdstetn users 1074 Oct 12 22:33 LICENSE
-rw-r--r-- 1 uqdstetn users 3790 Oct 12 22:33 PKG-INFO
-rw-r--r-- 1 uqdstetn users 1953 Oct 12 22:33 README.md
-rw-r--r-- 1 uqdstetn users 405 Oct 12 22:33 codecov.yaml
drwxr-xr-x 4 uqdstetn users 4096 Oct 12 22:33 docs/
-rw-r--r-- 1 uqdstetn users 540 Oct 12 22:33 pyproject.toml
-rw-r--r-- 1 uqdstetn users 4511 Oct 12 22:33 setup.cfg
-rw-r--r-- 1 uqdstetn users 379 Oct 12 22:33 setup.py
drwxr-xr-x 4 uqdstetn users 4096 Oct 12 22:33 src/
drwxr-xr-x 2 uqdstetn users 4096 Oct 12 22:33 tasks/
drwxr-xr-x 4 uqdstetn users 4096 Oct 12 22:33 tests/
-rw-r--r-- 1 uqdstetn users 4309 Oct 12 22:33 tox.ini