On Tue, Oct 25, 2016 at 12:07 PM, André Cardoso wrote:
> I'm not talking about APT, Yum or pip documentation...
Except the problem you reported is clearly a problem with getting pip working.
> README:
> To build the runtime, the following packages must be installed:
>
> - QT 4.6 or above (older
I'm not talking about APT, Yum or pip documentation...
README:
To build the runtime, the following packages must be installed:
- QT 4.6 or above (older versions may work, but haven't been tested).
- Python 2.6 or above.
QT 4.6 and Python have A LOT o packages. So the QT and Python "basic"
instal
Hi
On Tue, Oct 25, 2016 at 11:42 AM, André Cardoso wrote:
> Hi!
>
> Same problem with proxy.
> Tried to set PROXY, http_proxy, https_proxy variables, but no go...
>
> root@mydebian8:/home/mydebian8/pgadmin4-1.0# pip install -r
> requirements_py2.txt
> Downloading/unpacking Babel==1.3 (from -r req
Hi!
Same problem with proxy.
Tried to set PROXY, http_proxy, https_proxy variables, but no go...
root@mydebian8:/home/mydebian8/pgadmin4-1.0# pip install -r
requirements_py2.txt
Downloading/unpacking Babel==1.3 (from -r requirements_py2.txt (line 1))
Cannot fetch index base URL https://pypi.pyt
On Mon, Oct 24, 2016 at 01:01:35PM -0200, André Cardoso wrote:
>
> How can I set pip to use proxy?
Just a guess: try setting the shell variable (bash?) like this:
PROXY=http://someproxy.somewhere.org:3128
and then run pip.
Regards
JOhann
--
Johann SpiesTelefoon:
On Mon, Oct 24, 2016 at 4:01 PM, André Cardoso wrote:
> I'm using Python 2.7.9...
> Made changes to the last line of the requirements_py2.txt file keeping only
> ordereddict.
>
> Got the errors below...
>
> root@mydebian8:/home/mydebian8/pgadmin4-1.0# pip install -r
> requirements_py2.txt
> Downlo
I'm using Python 2.7.9...
Made changes to the last line of the requirements_py2.txt file keeping
only ordereddict.
Got the errors below...
root@mydebian8:/home/mydebian8/pgadmin4-1.0# pip install -r
requirements_py2.txt
Downloading/unpacking Babel==1.3 (from -r requirements_py2.txt (line 1))
Ca
Please keep the list CC'd.
On Mon, Oct 24, 2016 at 2:42 PM, André Cardoso wrote:
> root@mydebian8:/home/i1854609/pgadmin4-1.0# pip install -r
> requirements_py2.txt
> Exception:
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in
> mai
On Mon, Oct 24, 2016 at 2:33 PM, Johann Spies wrote:
> On Mon, Oct 24, 2016 at 11:03:17AM -0200, André Cardoso wrote:
>>
>> from flask import Flask, abort, request, current_app
>> ImportError: No module named flask
>> "Failed to launch the application server, server thread exiting."
>
> ...
>
On Mon, Oct 24, 2016 at 11:03:17AM -0200, André Cardoso wrote:
>
> from flask import Flask, abort, request, current_app
> ImportError: No module named flask
> "Failed to launch the application server, server thread exiting."
...
>
> How can I fix this?
Try "pip-install Flask" and if necessa
10 matches
Mail list logo