好きこそものの上手なれ

他人から見れば、下手の横好きですが、そっと見守ってください。

PythonのWindowsダウンロード - おススメは Python3.8.10 (x64)



python-3.8.10-amd64.exe


(py3810) pip install -r requirements.txt


Collecting matplotlib==2.2.2 (from -r DeepReinforcementLearning\requirements.txt (line 21))
Downloading matplotlib-2.2.2.tar.gz (37.3 MB)
---------------------------------------- 37.3/37.3 MB 461.4 kB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error


× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [61 lines of output]
============================================================================
Edit setup.cfg to change the build options


BUILDING MATPLOTLIB
matplotlib: yes [2.2.2]
python: yes [3.8.10 (tags/v3.8.10:3d8993a, May 3 2021,
11:48:03) [MSC v.1928 64 bit (AMD64)]]
platform: yes [win32]


REQUIRED DEPENDENCIES AND EXTENSIONS
numpy: yes [not found. pip may install it below.]
install_requires: yes [handled by setuptools]
libagg: yes [pkg-config information for 'libagg' could not
be found. Using local copy.]
freetype: no [The C/C++ header for freetype
(freetype2\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 'libqhull' could not
be found. Using local copy.]


OPTIONAL SUBPACKAGES
sample_data: yes [installing]
toolkits: yes [installing]
tests: no [skipping due to configuration]
toolkits_tests: no [skipping due to configuration]


OPTIONAL BACKEND EXTENSIONS
macosx: no [Mac OS-X only]
qt5agg: no [PySide2 not found; 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
* Please check http://gnuwin32.sourceforge.net/packa
* ges/freetype.htm for instructions to install
* freetype
* Please check http://gnuwin32.sourceforge.net/packa
* ges/libpng.htm for instructions to install png
[end of output]


note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error


× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.


note: This error originates from a subprocess, and is likely not a problem with pip.


-------------------------------------------------------------------------------------------------------------------------
(py379) pip install matplotlib
Successfully installed contourpy-1.0.7 cycler-0.11.0 fonttools-4.39.4 importlib-resources-5.12.0 kiwisolver-1.4.4 matplotlib-3.7.1 numpy-1.24.3 packaging-23.1 pillow-9.5.0 pyparsing-3.0.9 python-dateutil-2.8.2 six-1.16.0 zipp-3.15.0


-------------------------------------------------------------------------------------------------------------------------
再度
(py3810) pip install -r requirements.txt


Collecting Markdown==2.6.11 (from -r DeepReinforcementLearning\requirements.txt (line 20))
Using cached Markdown-2.6.11-py2.py3-none-any.whl (78 kB)
Collecting matplotlib==2.2.2 (from -r DeepReinforcementLearning\requirements.txt (line 21))
Using cached matplotlib-2.2.2.tar.gz (37.3 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error


× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [61 lines of output]
============================================================================
Edit setup.cfg to change the build options


BUILDING MATPLOTLIB
matplotlib: yes [2.2.2]
python: yes [3.8.10 (tags/v3.8.10:3d8993a, May 3 2021,
11:48:03) [MSC v.1928 64 bit (AMD64)]]
platform: yes [win32]


REQUIRED DEPENDENCIES AND EXTENSIONS
numpy: yes [not found. pip may install it below.]
install_requires: yes [handled by setuptools]
libagg: yes [pkg-config information for 'libagg' could not
be found. Using local copy.]
freetype: no [The C/C++ header for freetype
(freetype2\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 'libqhull' could not
be found. Using local copy.]


OPTIONAL SUBPACKAGES
sample_data: yes [installing]
toolkits: yes [installing]
tests: no [skipping due to configuration]
toolkits_tests: no [skipping due to configuration]


OPTIONAL BACKEND EXTENSIONS
macosx: no [Mac OS-X only]
qt5agg: no [PySide2 not found; 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
* Please check http://gnuwin32.sourceforge.net/packa
* ges/freetype.htm for instructions to install
* freetype
* Please check http://gnuwin32.sourceforge.net/packa
* ges/libpng.htm for instructions to install png
[end of output]


note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error


× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.


note: This error originates from a subprocess, and is likely not a problem with pip.


21行目の
#matplotlib==2.2.2
をコメントして再度実行
(py3810) pip install -r requirements.txt


Collecting PyYAML==3.12 (from -r requirements.txt (line 35))
Using cached PyYAML-3.12.zip (375 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting pyzmq==17.0.0 (from -r requirements.txt (line 36))
Using cached pyzmq-17.0.0.tar.gz (988 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error


× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
error in pyzmq setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '!=3.0*'
[end of output]


note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error


× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.


note: This error originates from a subprocess, and is likely not a problem with pip.


-------------------------------------------------------------------------------------------------------------------------
36行目の
#pyzmq==17.0.0
をコメントして再度実行
(py3810) pip install -r requirements.txt


Collecting scipy==1.0.1 (from -r requirements.txt (line 37))
Using cached scipy-1.0.1.tar.gz (15.5 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error


× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [147 lines of output]
INFO: lapack_opt_info:
INFO: lapack_armpl_info:
INFO: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
INFO: customize MSVCCompiler
INFO: libraries armpl_lp64_mp not found in ['c:\\users\\hp-elitebook\\python3810\\venv\\py3810\\lib', 'C:\\', 'C:\\Users\\HP-EliteBook\\anaconda3\\Library\\lib']
INFO: NOT AVAILABLE
INFO:
INFO: lapack_mkl_info:
INFO: libraries mkl_rt not found in ['c:\\users\\hp-elitebook\\python3810\\venv\\py3810\\lib', 'C:\\', 'C:\\Users\\HP-EliteBook\\anaconda3\\Library\\lib']
INFO: NOT AVAILABLE
INFO:
INFO: openblas_lapack_info:
INFO: libraries openblas not found in ['c:\\users\\hp-elitebook\\python3810\\venv\\py3810\\lib', 'C:\\', 'C:\\Users\\HP-EliteBook\\anaconda3\\Library\\lib']
INFO: get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
INFO: customize GnuFCompiler
WARN: Could not locate executable g77
WARN: Could not locate executable f77
INFO: customize IntelVisualFCompiler
WARN: Could not locate executable ifort
WARN: Could not locate executable ifl
INFO: customize AbsoftFCompiler
WARN: Could not locate executable f90
INFO: customize CompaqVisualFCompiler
INFO: Found executable C:\Users\HP-EliteBook\Application\GnuWin32\bin\DF.exe
INFO: customize IntelItaniumVisualFCompiler
WARN: Could not locate executable efl
INFO: customize Gnu95FCompiler
INFO: Found executable C:\Strawberry\c\bin\gfortran.exe
INFO: NOT AVAILABLE
INFO:
INFO: openblas_clapack_info:
INFO: libraries openblas,lapack not found in ['c:\\users\\hp-elitebook\\python3810\\venv\\py3810\\lib', 'C:\\', 'C:\\Users\\HP-EliteBook\\anaconda3\\Library\\lib']
INFO: get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
INFO: customize GnuFCompiler
INFO: customize IntelVisualFCompiler
INFO: customize AbsoftFCompiler
INFO: customize CompaqVisualFCompiler
INFO: customize IntelItaniumVisualFCompiler
INFO: customize Gnu95FCompiler
INFO: NOT AVAILABLE
INFO:
INFO: flame_info:
INFO: libraries flame not found in ['c:\\users\\hp-elitebook\\python3810\\venv\\py3810\\lib', 'C:\\', 'C:\\Users\\HP-EliteBook\\anaconda3\\Library\\lib']
INFO: NOT AVAILABLE
INFO:
INFO: accelerate_info:
INFO: NOT AVAILABLE
INFO:
INFO: atlas_3_10_threads_info:
INFO: Setting PTATLAS=ATLAS
INFO: libraries tatlas,tatlas not found in c:\users\hp-elitebook\python3810\venv\py3810\lib
INFO: libraries tatlas,tatlas not found in C:\
INFO: libraries tatlas,tatlas not found in C:\Users\HP-EliteBook\anaconda3\Library\lib
INFO:
INFO: NOT AVAILABLE
INFO:
INFO: atlas_3_10_info:
INFO: libraries satlas,satlas not found in c:\users\hp-elitebook\python3810\venv\py3810\lib
INFO: libraries satlas,satlas not found in C:\
INFO: libraries satlas,satlas not found in C:\Users\HP-EliteBook\anaconda3\Library\lib
INFO:
INFO: NOT AVAILABLE
INFO:
INFO: atlas_threads_info:
INFO: Setting PTATLAS=ATLAS
INFO: libraries ptf77blas,ptcblas,atlas not found in c:\users\hp-elitebook\python3810\venv\py3810\lib
INFO: libraries ptf77blas,ptcblas,atlas not found in C:\
INFO: libraries ptf77blas,ptcblas,atlas not found in C:\Users\HP-EliteBook\anaconda3\Library\lib
INFO:
INFO: NOT AVAILABLE
INFO:
INFO: atlas_info:
INFO: libraries f77blas,cblas,atlas not found in c:\users\hp-elitebook\python3810\venv\py3810\lib
INFO: libraries f77blas,cblas,atlas not found in C:\
INFO: libraries f77blas,cblas,atlas not found in C:\Users\HP-EliteBook\anaconda3\Library\lib
INFO:
INFO: NOT AVAILABLE
INFO:
INFO: lapack_info:
INFO: libraries lapack not found in ['c:\\users\\hp-elitebook\\python3810\\venv\\py3810\\lib', 'C:\\', 'C:\\Users\\HP-EliteBook\\anaconda3\\Library\\lib']
INFO: NOT AVAILABLE
INFO:
INFO: lapack_src_info:
INFO: NOT AVAILABLE
INFO:
INFO: NOT AVAILABLE
INFO:
:116: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
:323: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates
:398: DeprecationWarning:


`numpy.distutils` is deprecated since NumPy 1.23.0, as a result
of the deprecation of `distutils` itself. It will be removed for
Python >= 3.12. For older Python versions it will remain present.
It is recommended to use `setuptools < 60.0` for those Python versions.
For more details, see:
https://numpy.org/devdocs/reference/distutils_status_migration.html



C:\Users\HP-EliteBook\AppData\Local\Temp\pip-build-env-krndp361\normal\Lib\site-packages\numpy\distutils\system_info.py:1902: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
return getattr(self, '_calc_info_{}'.format(name))()
C:\Users\HP-EliteBook\AppData\Local\Temp\pip-build-env-krndp361\normal\Lib\site-packages\numpy\distutils\system_info.py:1902: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
return getattr(self, '_calc_info_{}'.format(name))()
Running from scipy source directory.
Traceback (most recent call last):
File "c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in
main()
File "c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 149, in prepare_metadata_for_build_wheel
return hook(metadata_directory, config_settings)
File "C:\Users\HP-EliteBook\AppData\Local\Temp\pip-build-env-krndp361\overlay\Lib\site-packages\setuptools\build_meta.py", line 380, in prepare_metadata_for_build_wheel
self.run_setup()
File "C:\Users\HP-EliteBook\AppData\Local\Temp\pip-build-env-krndp361\overlay\Lib\site-packages\setuptools\build_meta.py", line 487, in run_setup
super(_BuildMetaLegacyBackend,
File "C:\Users\HP-EliteBook\AppData\Local\Temp\pip-build-env-krndp361\overlay\Lib\site-packages\setuptools\build_meta.py", line 338, in run_setup
exec(code, locals())
File "", line 418, in
File "", line 414, in setup_package
File "C:\Users\HP-EliteBook\AppData\Local\Temp\pip-build-env-krndp361\normal\Lib\site-packages\numpy\distutils\core.py", line 135, in setup
config = configuration()
File "", line 336, in configuration
File "C:\Users\HP-EliteBook\AppData\Local\Temp\pip-build-env-krndp361\normal\Lib\site-packages\numpy\distutils\misc_util.py", line 1050, in add_subpackage
config_list = self.get_subpackage(subpackage_name, subpackage_path,
File "C:\Users\HP-EliteBook\AppData\Local\Temp\pip-build-env-krndp361\normal\Lib\site-packages\numpy\distutils\misc_util.py", line 1016, in get_subpackage
config = self._get_configuration_from_setup_py(
File "C:\Users\HP-EliteBook\AppData\Local\Temp\pip-build-env-krndp361\normal\Lib\site-packages\numpy\distutils\misc_util.py", line 958, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "C:\Users\HP-EliteBook\AppData\Local\Temp\pip-install-3u_wecwe\scipy_7d97533ab18c4f649709f9ce1f62fb05\scipy\setup.py", line 15, in configuration
config.add_subpackage('linalg')
File "C:\Users\HP-EliteBook\AppData\Local\Temp\pip-build-env-krndp361\normal\Lib\site-packages\numpy\distutils\misc_util.py", line 1050, in add_subpackage
config_list = self.get_subpackage(subpackage_name, subpackage_path,
File "C:\Users\HP-EliteBook\AppData\Local\Temp\pip-build-env-krndp361\normal\Lib\site-packages\numpy\distutils\misc_util.py", line 1016, in get_subpackage
config = self._get_configuration_from_setup_py(
File "C:\Users\HP-EliteBook\AppData\Local\Temp\pip-build-env-krndp361\normal\Lib\site-packages\numpy\distutils\misc_util.py", line 958, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "C:\Users\HP-EliteBook\AppData\Local\Temp\pip-install-3u_wecwe\scipy_7d97533ab18c4f649709f9ce1f62fb05\scipy\linalg\setup.py", line 19, in configuration
raise NotFoundError('no lapack/blas resources found')
numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
[end of output]


note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed


× Encountered error while generating package metadata.
╰─> See above for output.


note: This is an issue with the package mentioned above, not pip.
hint: See above for details.


-------------------------------------------------------------------------------------------------------------------------


ライブラリのバージョン指定が根本の理由?
(py379) pip install pyzmq
Successfully installed pyzmq-25.0.2


(py379) pip install scipy
Successfully installed scipy-1.10.1


-------------------------------------------------------------------------------------------------------------------------
37行目の
#scipy==1.0.1
をコメントして再度実行
(py3810) pip install -r requirements.txt


Collecting tensorboard==1.6.0 (from -r r.txt (line 3))  ※リサイズしているので3
Using cached tensorboard-1.6.0-py3-none-any.whl (3.0 MB)
ERROR: Could not find a version that satisfies the requirement tensorflow==1.6.0 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.7.0rc0, 2.7.0rc1, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0, 2.11.1, 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.13.0rc0)
ERROR: No matching distribution found for tensorflow==1.6.0


ライブラリのバージョン指定が根本の理由?
(py3810) pip install tensorboard


Successfully installed MarkupSafe-2.1.2 absl-py-1.4.0 cachetools-5.3.0 certifi-2023.5.7 charset-normalizer-3.1.0 google-auth-2.18.1 google-auth-oauthlib-1.0.0 grpcio-1.54.2 idna-3.4 importlib-metadata-6.6.0 markdown-3.4.3 oauthlib-3.2.2 protobuf-4.23.1 pyasn1-0.5.0 pyasn1-modules-0.3.0 requests-2.31.0 requests-oauthlib-1.3.1 rsa-4.9 tensorboard-2.13.0 tensorboard-data-server-0.7.0 urllib3-1.26.16 werkzeug-2.3.4 wheel-0.40.0


-------------------------------------------------------------------------------------------------------------------------
tensorboard==1.6.0
をコメントして再度実行
(py3810) pip install -r requirements.txt


ERROR: Could not find a version that satisfies the requirement tensorflow==1.6.0 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.7.0rc0, 2.7.0rc1, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0, 2.11.1, 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.13.0rc0)
ERROR: No matching distribution found for tensorflow==1.6.0


-------------------------------------------------------------------------------------------------------------------------


(py3810) C:\Users\HP-EliteBook\Desktop\Connect4>pip list
Package Version
----------------------- --------
absl-py 1.4.0
cachetools 5.3.0
certifi 2023.5.7
charset-normalizer 3.1.0
contourpy 1.0.7
cycler 0.11.0
fonttools 4.39.4
google-auth 2.18.1
google-auth-oauthlib 1.0.0
grpcio 1.54.2
idna 3.4
importlib-metadata 6.6.0
importlib-resources 5.12.0
kiwisolver 1.4.4
Markdown 3.4.3
MarkupSafe 2.1.2
matplotlib 3.7.1
numpy 1.24.3
oauthlib 3.2.2
packaging 23.1
Panda3D 1.10.13
Pillow 9.5.0
pip 23.1.2
protobuf 4.23.1
pyasn1 0.5.0
pyasn1-modules 0.3.0
pyparsing 3.0.9
python-dateutil 2.8.2
pyzmq 25.0.2
requests 2.31.0
requests-oauthlib 1.3.1
rsa 4.9
scipy 1.10.1
setuptools 56.0.0
six 1.16.0
tensorboard 2.13.0
tensorboard-data-server 0.7.0
urllib3 1.26.16
Werkzeug 2.3.4
wheel 0.40.0
zipp 3.15.0


(py3810) pip install ipython
Successfully installed asttokens-2.2.1 backcall-0.2.0 colorama-0.4.6 decorator-5.1.1 executing-1.2.0 ipython-8.12.2 jedi-0.18.2 matplotlib-inline-0.1.6 parso-0.8.3 pickleshare-0.7.5 prompt-toolkit-3.0.38 pure-eval-0.2.2 pygments-2.15.1 stack-data-0.6.2 traitlets-5.9.0 typing-extensions-4.6.2 wcwidth-0.2.6


(py3810) pip install numpy
Requirement already satisfied: numpy in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (1.24.3)


(py3810) pip install keras
Successfully installed keras-2.12.0


(py3810) pip install tensorflow
Successfully installed astunparse-1.6.3 flatbuffers-23.5.9 gast-0.4.0 google-pasta-0.2.0 h5py-3.8.0 jax-0.4.10 libclang-16.0.0 ml-dtypes-0.1.0 numpy-1.23.5 opt-einsum-3.3.0 tensorboard-2.12.3 tensorflow-2.12.0 tensorflow-estimator-2.12.0 tensorflow-intel-2.12.0 tensorflow-io-gcs-filesystem-0.31.0 termcolor-2.3.0 wrapt-1.14.1


(py3810) pip install matplotlib
Requirement already satisfied: matplotlib in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (3.7.1)
Requirement already satisfied: contourpy>=1.0.1 in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (from matplotlib) (1.0.7)
Requirement already satisfied: cycler>=0.10 in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (from matplotlib) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (from matplotlib) (4.39.4)
Requirement already satisfied: kiwisolver>=1.0.1 in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (from matplotlib) (1.4.4)
Requirement already satisfied: numpy>=1.20 in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (from matplotlib) (1.23.5)
Requirement already satisfied: packaging>=20.0 in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (from matplotlib) (23.1)
Requirement already satisfied: pillow>=6.2.0 in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (from matplotlib) (9.5.0)
Requirement already satisfied: pyparsing>=2.3.1 in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (from matplotlib) (3.0.9)
Requirement already satisfied: python-dateutil>=2.7 in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (from matplotlib) (2.8.2)
Requirement already satisfied: importlib-resources>=3.2.0 in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (from matplotlib) (5.12.0)
Requirement already satisfied: zipp>=3.1.0 in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (from importlib-resources>=3.2.0->matplotlib) (3.15.0)
Requirement already satisfied: six>=1.5 in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (from python-dateutil>=2.7->matplotlib) (1.16.0)


-----------------------------------------------------------------------------------------------------------------------
(py3810) pip install notebook
Requirement already satisfied: numpy in c:\users\hp-elitebook\python3810\venv\py3810\lib\site-packages (1.24.3)


Successfully installed Send2Trash-1.8.2 anyio-3.6.2 argon2-cffi-21.3.0 argon2-cffi-bindings-21.2.0 arrow-1.2.3 attrs-23.1.0 beautifulsoup4-4.12.2 bleach-6.0.0 cffi-1.15.1 comm-0.1.3 debugpy-1.6.7 defusedxml-0.7.1 fastjsonschema-2.17.1 fqdn-1.5.1 ipykernel-6.23.1 ipython-genutils-0.2.0 isoduration-20.11.0 jinja2-3.1.2 jsonpointer-2.3 jsonschema-4.17.3 jupyter-client-8.2.0 jupyter-core-5.3.0 jupyter-events-0.6.3 jupyter-server-2.6.0 jupyter-server-terminals-0.4.4 jupyterlab-pygments-0.2.2 mistune-2.0.5 nbclassic-1.0.0 nbclient-0.8.0 nbconvert-7.4.0 nbformat-5.8.0 nest-asyncio-1.5.6 notebook-6.5.4 notebook-shim-0.2.3 overrides-7.3.1 pandocfilters-1.5.0 pkgutil-resolve-name-1.3.10 platformdirs-3.5.1 prometheus-client-0.17.0 psutil-5.9.5 pycparser-2.21 pyrsistent-0.19.3 python-json-logger-2.0.7 pywin32-306 pywinpty-2.0.10 pyyaml-6.0 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 sniffio-1.3.0 soupsieve-2.4.1 terminado-0.17.1 tinycss2-1.2.1 tornado-6.3.2 uri-template-1.2.0 webcolors-1.13 webencodings-0.5.1 websocket-client-1.5.2