From: | Dan Davis <dansmood(at)gmail(dot)com> |
---|---|
To: | Rich Shepard <rshepard(at)appl-ecosys(dot)com> |
Cc: | pgadmin-support(at)postgresql(dot)org |
Subject: | Re: Building pgadmin4-1.1: Python3 virtual wrapper |
Date: | 2017-02-01 04:58:34 |
Message-ID: | CAFzonYaU4bWTVLMYFyTk87UZU6Prm0q4JvSxqEgJ9tv194Qk-g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Rich,
I've been successful installing it into a virtualenv, without using
virtualenv-wrapper. I create the virtualenv, using -p to select the python
of my choice (Python 3), and then pip install from the saved wheel.
My success though is on a platform that would have supported
virtualenv-wrapper - CentOS 7 x86_64. If my suggestions do not work for
you, then let me know and I'll try to reproduce this.
On Tue, Jan 31, 2017 at 1:42 PM, Rich Shepard <rshepard(at)appl-ecosys(dot)com>
wrote:
> Running Slackware-14.1/32-bit on the server with python-2.7.13 and
> python3-3.5.2.
>
> As root I try to install the virtual environment and wrapper. The former
> is installed; the latter not:
>
> # pip3 install virtualenv virtualenv-wrapper
> Collecting virtualenv
> Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB)
> 100% |████████████████████████████████| 1.8MB 236kB/s Collecting
> virtualenv-wrapper
> Could not find a version that satisfies the requirement
> virtualenv-wrapper
> (from versions: )
> No matching distribution found for virtualenv-wrapper
>
> Can you offer a suggestion to resolve this? I can ask on the python mail
> list if that's more appropriate.
>
> Rich
>
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support
>
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-02-01 09:11:22 | Re: Building pgadmin4-1.1: Python3 virtual wrapper |
Previous Message | stancs3 | 2017-01-31 18:49:34 | Re: 4th Try: pgadmin4 install, launch fail |