Discussion:
[Pyzo] can't install packages on Mac
mfasano
2018-03-19 19:13:51 UTC
Permalink
hello;
I m new to python and thought Pyzo looked like good place to start because
I am familiar with Matlab and I like the focus on science computing. I
have been able install pyzo with anaconda and it is working for the most
part.

I am having difficulty installing packages on My Mac ( OS X 10.12.6)

when I type to condo install scipy. I get a package for anaconda
conda install scipy
Solving environment: failed


CondaHTTPError: HTTP 000 CONNECTION FAILED for url
<https://repo.continuum.io/pkgs/main/osx-64/repodata.json.bz2>

Elapsed: -


An HTTP error occurred when trying to retrieve this URL.

HTTP errors are often intermittent, and a simple retry will get you on your
way.

ConnectionError(MaxRetryError("HTTPSConnectionPool(host='repo.continuum.io',
port=443): Max retries exceeded with url:
/pkgs/main/osx-64/repodata.json.bz2 (Caused by
NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at
0x119e10278>: Failed to establish a new connection: [Errno 65] No route to
host',))",),)


this happens no matter what I try to install from Anaconda



When I type
pip install scipy
Requirement already satisfied: scipy in
./anaconda3/lib/python3.6/site-packages


this is good, but if I try to install any other package I get
pip install bottle
Collecting bottle

Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dd320>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/

Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dd198>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/

Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116da518>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/

Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dae48>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/

Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dacf8>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/

Could not find a version that satisfies the requirement bottle (from
versions: )

No matching distribution found for bottle


I appear to have internet connection problems. don't know why this is.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Almar Klein
2018-03-19 21:02:41 UTC
Permalink
Hi!

Welcome to the Python community. Sorry to hear that you are experiencing
these difficulties. Could it be that a firewall is preventing conda and
pip to access the internet?

Regards,
  Almar
Post by mfasano
hello;
I m new to python and thought Pyzo looked like good place to start
because I am familiar with Matlab and I like the focus on science
computing.  I have been able install pyzo with anaconda and it is
working for the most part.
I am having difficulty installing packages on My Mac ( OS X 10.12.6)
when I type to condo install scipy.  I get a package for anaconda
conda install scipy
Solving environment: failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
<https://repo.continuum.io/pkgs/main/osx-64/repodata.json.bz2>
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on
your way.
ConnectionError(MaxRetryError("HTTPSConnectionPool(host='repo.continuum.io',
/pkgs/main/osx-64/repodata.json.bz2 (Caused by
NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object
at 0x119e10278>: Failed to establish a new connection: [Errno 65] No
route to host',))",),)
this happens no matter what I try to install from Anaconda
When I type
pip install scipy
Requirement already satisfied: scipy in
./anaconda3/lib/python3.6/site-packages
this is good, but if I try to install any other package I get
pip install bottle
Collecting bottle
Retrying (Retry(total=4, connect=None, read=None, redirect=None))
after connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dd320>: Failed to establish a new connection: [Errno
65] No route to host',)': /simple/bottle/
Retrying (Retry(total=3, connect=None, read=None, redirect=None))
after connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dd198>: Failed to establish a new connection: [Errno
65] No route to host',)': /simple/bottle/
Retrying (Retry(total=2, connect=None, read=None, redirect=None))
after connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116da518>: Failed to establish a new connection: [Errno
65] No route to host',)': /simple/bottle/
Retrying (Retry(total=1, connect=None, read=None, redirect=None))
after connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dae48>: Failed to establish a new connection: [Errno
65] No route to host',)': /simple/bottle/
Retrying (Retry(total=0, connect=None, read=None, redirect=None))
after connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dacf8>: Failed to establish a new connection: [Errno
65] No route to host',)': /simple/bottle/
Could not find a version that satisfies the requirement bottle (from
versions: )
No matching distribution found for bottle
I appear to have internet connection problems.   don't know why this is.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
mfasano
2018-03-20 12:20:26 UTC
Permalink
Possibly, I will look into it.

Thanks for the help.
Post by Almar Klein
Hi!
Welcome to the Python community. Sorry to hear that you are experiencing
these difficulties. Could it be that a firewall is preventing conda and pip
to access the internet?
Regards,
Almar
hello;
I m new to python and thought Pyzo looked like good place to start because
I am familiar with Matlab and I like the focus on science computing. I
have been able install pyzo with anaconda and it is working for the most
part.
I am having difficulty installing packages on My Mac ( OS X 10.12.6)
when I type to condo install scipy. I get a package for anaconda
conda install scipy
Solving environment: failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
<https://repo.continuum.io/pkgs/main/osx-64/repodata.json.bz2>
<https://repo.continuum.io/pkgs/main/osx-64/repodata.json.bz2>
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on
your way.
ConnectionError(MaxRetryError("HTTPSConnectionPool(host='repo.continuum.io',
/pkgs/main/osx-64/repodata.json.bz2 (Caused by
NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at
0x119e10278>: Failed to establish a new connection: [Errno 65] No route to
host',))",),)
this happens no matter what I try to install from Anaconda
When I type
pip install scipy
Requirement already satisfied: scipy in
./anaconda3/lib/python3.6/site-packages
this is good, but if I try to install any other package I get
pip install bottle
Collecting bottle
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dd320>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dd198>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116da518>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dae48>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dacf8>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/
Could not find a version that satisfies the requirement bottle (from
versions: )
No matching distribution found for bottle
I appear to have internet connection problems. don't know why this is.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
mfasano
2018-03-22 18:58:04 UTC
Permalink
I tried to shutoff firewall and the antivirus software and it did not help.
It may be a restriction my institution has on.

I tried a work around to download a package from pipy and install with the
following command.

This worked fine.
Post by mfasano
Post by Almar Klein
pip install /Users/fasa02/Downloads/bottle-0.12.13.tar.gz
Processing ./Downloads/bottle-0.12.13.tar.gz

Building wheels for collected packages: bottle

Running setup.py bdist_wheel for bottle: started

Running setup.py bdist_wheel for bottle: finished with status 'done'

Stored in directory:
/Users/fasa02/Library/Caches/pip/wheels/c9/0b/72/c9c0c633fe7017c99e9c7bc2c5e8a7297e4b17290c9754c21c

Successfully built bottle

Installing collected packages: bottle

Successfully installed bottle-0.12.13


But this did not.
Post by mfasano
Post by Almar Klein
pip install /Users/fasa02/Downloads/request-0.0.26.tar
Processing ./Downloads/request-0.0.26.tar

Collecting get (from request==0.0.26)

Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x106a27c88>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/get/

Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x106a278d0>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/get/

Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x106a27710>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/get/

Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x106a27cf8>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/get/

Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x106a27320>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/get/

Could not find a version that satisfies the requirement get (from
request==0.0.26) (from versions: )

No matching distribution found for get (from request==0.0.26)



I tried unpacking it and running the setup script but it did not work
Post by mfasano
Possibly, I will look into it.
Thanks for the help.
Post by Almar Klein
Hi!
Welcome to the Python community. Sorry to hear that you are experiencing
these difficulties. Could it be that a firewall is preventing conda and pip
to access the internet?
Regards,
Almar
hello;
I m new to python and thought Pyzo looked like good place to start
because I am familiar with Matlab and I like the focus on science
computing. I have been able install pyzo with anaconda and it is working
for the most part.
I am having difficulty installing packages on My Mac ( OS X 10.12.6)
when I type to condo install scipy. I get a package for anaconda
conda install scipy
Solving environment: failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
<https://repo.continuum.io/pkgs/main/osx-64/repodata.json.bz2>
<https://repo.continuum.io/pkgs/main/osx-64/repodata.json.bz2>
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on
your way.
ConnectionError(MaxRetryError("HTTPSConnectionPool(host='
/pkgs/main/osx-64/repodata.json.bz2 (Caused by
NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at
0x119e10278>: Failed to establish a new connection: [Errno 65] No route to
host',))",),)
this happens no matter what I try to install from Anaconda
When I type
pip install scipy
Requirement already satisfied: scipy in
./anaconda3/lib/python3.6/site-packages
this is good, but if I try to install any other package I get
pip install bottle
Collecting bottle
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dd320>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dd198>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116da518>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dae48>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x1116dacf8>: Failed to establish a new connection: [Errno 65] No
route to host',)': /simple/bottle/
Could not find a version that satisfies the requirement bottle (from
versions: )
No matching distribution found for bottle
I appear to have internet connection problems. don't know why this is.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...