「Windows10」モジュールOpenPyXLをインストールする方法

環境
Python 3.9.7
Windows 10 Home 64bit

パッケージ「openpyxl」のインストール手順
1.pipバージョンを確認します

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
c:\>pip --version
pip 21.2.3 from C:\python\lib\site-packages\pip (python 3.9)
c:\>pip --version pip 21.2.3 from C:\python\lib\site-packages\pip (python 3.9)
c:\>pip --version
pip 21.2.3 from C:\python\lib\site-packages\pip (python 3.9)

2.OpenPyXLをインストールします

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
c:\>pip install openpyxl
Collecting openpyxl
Using cached openpyxl-3.0.10-py2.py3-none-any.whl (242 kB)
Collecting et-xmlfile
Using cached et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
Installing collected packages: et-xmlfile, openpyxl
Successfully installed et-xmlfile-1.1.0 openpyxl-3.0.10
c:\>pip install openpyxl Collecting openpyxl Using cached openpyxl-3.0.10-py2.py3-none-any.whl (242 kB) Collecting et-xmlfile Using cached et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB) Installing collected packages: et-xmlfile, openpyxl Successfully installed et-xmlfile-1.1.0 openpyxl-3.0.10
c:\>pip install openpyxl
Collecting openpyxl
  Using cached openpyxl-3.0.10-py2.py3-none-any.whl (242 kB)
Collecting et-xmlfile
  Using cached et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
Installing collected packages: et-xmlfile, openpyxl
Successfully installed et-xmlfile-1.1.0 openpyxl-3.0.10

 

Python

Posted by arkgame