mfasano
2018-03-19 19:13:51 UTC
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
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
./anaconda3/lib/python3.6/site-packages
this is good, but if I try to install any other package I get
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.
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: failedCondaHTTPError: 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 bottleRetrying (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.
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.