Hi everyone, please, I am in the very beginning of the process trying to setup and install all dependencies for the weatherbot video tutorial. It seems that some parts cant be downloaded. I am using the updated requirement.txt file at (Weatherbot_Tutorial/requirements.txt at master · JustinaPetr/Weatherbot_Tutorial · GitHub). Also, I am under Windows 10 and Python 3.7. Maybe this is the reason that my json file is empty when a try to load it on the localhost. Please, could someone say me what can be going wrong? Folloing is what is going on under CMD:
C:\Users\Administrator\Desktop>cd weatherbot
C:\Users\Administrator\Desktop\Weatherbot>pip install -r requirements.txt Collecting git+https://github.com/apixu/apixu-python.git (from -r requirements.txt (line 43)) Cloning https://github.com/apixu/apixu-python.git to c:\users\admini~1\appdata\local\temp\pip-req-build-vfmflgc9 Collecting gevent==1.2.1 (from -r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/54/dd/17dc7e899ac7c1de2d19b367b29d90fdb4cfe83bda8c2581464906c9399d/gevent-1.2.1.tar.gz Collecting Klein==17.2.0 (from -r requirements.txt (line 3)) Using cached https://files.pythonhosted.org/packages/41/3d/9b3cc6913cf95b40af1972222c757927f26a442b3fd0e6cc652d2a622d94/klein-17.2.0-py2.py3-none-any.whl Collecting boto3==1.4.4 (from -r requirements.txt (line 4)) Using cached https://files.pythonhosted.org/packages/91/60/649da03299624f524c8d0cd4c6c73c194023e85dd4938f1e7712ab6888bf/boto3-1.4.4-py2.py3-none-any.whl Collecting typing==3.5.3.0 (from -r requirements.txt (line 5)) Using cached https://files.pythonhosted.org/packages/b6/0c/53c42edca789378b8c05a5496e689f44e5dd82bc6861d1ae5a926ee51b84/typing-3.5.3.0.tar.gz Collecting future==0.16.0 (from -r requirements.txt (line 6)) Using cached https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz Collecting six==1.10.0 (from -r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl Collecting jsonschema==2.6.0 (from -r requirements.txt (line 8)) Using cached https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl Collecting matplotlib==1.5.3 (from -r requirements.txt (line 9)) Using cached https://files.pythonhosted.org/packages/75/4e/2374eed18ac34421ccd7b4907080abd3009e112ca2c11b100c18961312e0/matplotlib-1.5.3.tar.gz Complete output from command python setup.py egg_info: ============================================================================ Edit setup.cfg to change the build options
BUILDING MATPLOTLIB
matplotlib: yes [1.5.3]
python: yes [3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018,
14:57:15) [MSC v.1915 64 bit (AMD64)]]
platform: yes [win32]
REQUIRED DEPENDENCIES AND EXTENSIONS
numpy: yes [version 1.15.4]
dateutil: yes [dateutil was not found. It is required for date
axis support. pip/easy_install may attempt to
install it after matplotlib.]
pytz: yes [pytz was not found. pip will attempt to install
it after matplotlib.]
cycler: yes [cycler was not found. pip will attempt to
install it after matplotlib.]
tornado: yes [tornado was not found. It is required for the
WebAgg backend. pip/easy_install may attempt to
install it after matplotlib.]
pyparsing: yes [pyparsing was not found. It is required for
mathtext support. pip/easy_install may attempt to
install it after matplotlib.]
libagg: yes [pkg-config information for 'libagg' could not
be found. Using local copy.]
freetype: no [The C/C++ header for freetype (ft2build.h)
could not be found. You may need to install the
development package.]
png: no [The C/C++ header for png (png.h) could not be
found. You may need to install the development
package.]
qhull: yes [pkg-config information for 'qhull' could not be
found. Using local copy.]
OPTIONAL SUBPACKAGES
sample_data: yes [installing]
toolkits: yes [installing]
tests: yes [nose 0.11.1 or later is required to run the
matplotlib test suite. Please install it with pip or
your preferred tool to run the test suite / using
unittest.mock]
toolkits_tests: yes [nose 0.11.1 or later is required to run the
matplotlib test suite. Please install it with pip or
your preferred tool to run the test suite / using
unittest.mock]
OPTIONAL BACKEND EXTENSIONS
macosx: no [Mac OS-X only]
qt5agg: no [PyQt5 not found]
qt4agg: no [PySide not found; PyQt4 not found]
gtk3agg: no [Requires pygobject to be installed.]
gtk3cairo: no [Requires cairocffi or pycairo to be installed.]
gtkagg: no [Requires pygtk]
tkagg: yes [installing; run-time loading from Python Tcl /
Tk]
wxagg: no [requires wxPython]
gtk: no [Requires pygtk]
agg: yes [installing]
cairo: no [cairocffi or pycairo not found]
windowing: yes [installing]
OPTIONAL LATEX DEPENDENCIES
dvipng: no
ghostscript: no
latex: no
pdftops: no
OPTIONAL PACKAGE DATA
dlls: no [skipping due to configuration]
============================================================================
* The following required packages can not be built:
* freetype, png
----------------------------------------
Command “python setup.py egg_info” failed with error code 1 in C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-6ks5wzot\matplotlib\
C:\Users\Administrator\Desktop\Weatherbot>