acord-robotics / exoplanet-ml

Machine learning models and utilities for exoplanet science.
https://acord.software/stellarios/exoplanet-ml
Apache License 2.0
0 stars 0 forks source link

Initial Setup - Local Environment #3

Open Gizmotronn opened 4 years ago

Gizmotronn commented 4 years ago

Documenting the local setup of exoplanet-ml here: https://www.notion.so/Discovering-Exoplanets-bcaefb48433d482c8f20eb16c6e72e9b

Gizmotronn commented 4 years ago

Installing Packages:

Microsoft Windows [Version 10.0.18363.1016]
(c) 2019 Microsoft Corporation. All rights reserved.

C:\Users\droid>pip install --upgrade pip
Requirement already up-to-date: pip in c:\users\droid\appdata\local\programs\python\python37\lib\site-packages (20.2.2)

C:\Users\droid>pip install tensorflow
Collecting tensorflow
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/c6/dc/9030097e5774fe02d1be3cb42eb54125d2c0607a6c11172f1dcad2b7fdcc/tensorflow-2.3.0-cp37-cp37m-win_amd64.whl
  Downloading tensorflow-2.3.0-cp37-cp37m-win_amd64.whl (342.5 MB)
     |████████████████████████████████| 342.5 MB 3.7 kB/s
Collecting wrapt>=1.11.1
  Downloading wrapt-1.12.1.tar.gz (27 kB)
Collecting h5py<2.11.0,>=2.10.0
  Downloading h5py-2.10.0-cp37-cp37m-win_amd64.whl (2.5 MB)
     |████████████████████████████████| 2.5 MB 6.4 MB/s
Collecting numpy<1.19.0,>=1.16.0
  Downloading numpy-1.18.5-cp37-cp37m-win_amd64.whl (12.7 MB)
     |████████████████████████████████| 12.7 MB 3.3 MB/s
Collecting astunparse==1.6.3
  Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
Collecting absl-py>=0.7.0
  Downloading absl_py-0.10.0-py3-none-any.whl (127 kB)
     |████████████████████████████████| 127 kB 6.4 MB/s
Collecting keras-preprocessing<1.2,>=1.1.1
  Downloading Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42 kB)
     |████████████████████████████████| 42 kB 540 kB/s
Collecting scipy==1.4.1
  Downloading scipy-1.4.1-cp37-cp37m-win_amd64.whl (30.9 MB)
     |████████████████████████████████| 30.9 MB 102 kB/s
Collecting gast==0.3.3
  Downloading gast-0.3.3-py2.py3-none-any.whl (9.7 kB)

View the rest at the link above