1.pip 업그레이드
py -m pip install --upgrade pip
2.주피터노트북 설치
pip install jupyter
3.패키지 설치
pip install pandas matplotlib seaborn selenium requests bs4 opencv-python pillow openpyxl lxml nltk kiwipiepy textblob wordcloud squarify gensim scikit-learn tqdm afinn py_lex xmltodict
pip 라는 명령어를 많이 쓴다.
이게 파이선 인스톨 패키지 이다
외부 패키지는 우리가 인스톨을 따로 해줘야한다 .
사내는 보안이 걸려있다 > 이 방식이 보안에 대한 것을 옵션을 넣어줘야함 사외 보안이 안 걸려 있어서 이렇게 하면 됨
포스코에서는 SSS라고 보안 관련 문제가 뜬다.
Microsoft Windows [Version 10.0.19045.3930]
(c) Microsoft Corporation. All rights reserved.
C:\Users\21타투이일화>py -m pip install --upgrade pip
Requirement already satisfied: pip in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (21.2.4)
Collecting pip
Downloading pip-23.3.2-py3-none-any.whl (2.1 MB)
|████████████████████████████████| 2.1 MB 3.3 MB/s
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.2.4
Uninstalling pip-21.2.4:
Successfully uninstalled pip-21.2.4
Successfully installed pip-23.3.2
C:\Users\21타투이일화>pip install jupyter
Collecting jupyter
Downloading jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB)
Collecting notebook (from jupyter)
Downloading notebook-7.0.6-py3-none-any.whl.metadata (10 kB)
Collecting qtconsole (from jupyter)
Downloading qtconsole-5.5.1-py3-none-any.whl.metadata (5.1 kB)
Collecting jupyter-console (from jupyter)
Downloading jupyter_console-6.6.3-py3-none-any.whl (24 kB)
Collecting nbconvert (from jupyter)
Downloading nbconvert-7.14.1-py3-none-any.whl.metadata (7.7 kB)
Collecting ipykernel (from jupyter)
Downloading ipykernel-6.28.0-py3-none-any.whl.metadata (6.0 kB)
Collecting ipywidgets (from jupyter)
Downloading ipywidgets-8.1.1-py3-none-any.whl.metadata (2.4 kB)
Collecting comm>=0.1.1 (from ipykernel->jupyter)
Downloading comm-0.2.1-py3-none-any.whl.metadata (3.7 kB)
Collecting debugpy>=1.6.5 (from ipykernel->jupyter)
Downloading debugpy-1.8.0-cp39-cp39-win_amd64.whl.metadata (1.1 kB)
Collecting ipython>=7.23.1 (from ipykernel->jupyter)
Downloading ipython-8.18.1-py3-none-any.whl.metadata (6.0 kB)
Collecting jupyter-client>=6.1.12 (from ipykernel->jupyter)
Downloading jupyter_client-8.6.0-py3-none-any.whl.metadata (8.3 kB)
Collecting jupyter-core!=5.0.*,>=4.12 (from ipykernel->jupyter)
Downloading jupyter_core-5.7.1-py3-none-any.whl.metadata (3.4 kB)
Collecting matplotlib-inline>=0.1 (from ipykernel->jupyter)
Downloading matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB)
Collecting nest-asyncio (from ipykernel->jupyter)
Downloading nest_asyncio-1.5.8-py3-none-any.whl.metadata (2.8 kB)
Collecting packaging (from ipykernel->jupyter)
Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
Collecting psutil (from ipykernel->jupyter)
Downloading psutil-5.9.7-cp37-abi3-win_amd64.whl.metadata (22 kB)
Collecting pyzmq>=24 (from ipykernel->jupyter)
Downloading pyzmq-25.1.2-cp39-cp39-win_amd64.whl.metadata (5.1 kB)
Collecting tornado>=6.1 (from ipykernel->jupyter)
Downloading tornado-6.4-cp38-abi3-win_amd64.whl.metadata (2.6 kB)
Collecting traitlets>=5.4.0 (from ipykernel->jupyter)
Downloading traitlets-5.14.1-py3-none-any.whl.metadata (10 kB)
Collecting widgetsnbextension~=4.0.9 (from ipywidgets->jupyter)
Downloading widgetsnbextension-4.0.9-py3-none-any.whl.metadata (1.6 kB)
Collecting jupyterlab-widgets~=3.0.9 (from ipywidgets->jupyter)
Downloading jupyterlab_widgets-3.0.9-py3-none-any.whl.metadata (4.1 kB)
Collecting prompt-toolkit>=3.0.30 (from jupyter-console->jupyter)
Downloading prompt_toolkit-3.0.43-py3-none-any.whl.metadata (6.5 kB)
Collecting pygments (from jupyter-console->jupyter)
Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB)
Collecting beautifulsoup4 (from nbconvert->jupyter)
Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB)
---------------------------------------- 143.0/143.0 kB 8.8 MB/s eta 0:00:00
Collecting bleach!=5.0.0 (from nbconvert->jupyter)
Downloading bleach-6.1.0-py3-none-any.whl.metadata (30 kB)
Collecting defusedxml (from nbconvert->jupyter)
Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Collecting importlib-metadata>=3.6 (from nbconvert->jupyter)
Downloading importlib_metadata-7.0.1-py3-none-any.whl.metadata (4.9 kB)
Collecting jinja2>=3.0 (from nbconvert->jupyter)
Downloading Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
Collecting jupyterlab-pygments (from nbconvert->jupyter)
Downloading jupyterlab_pygments-0.3.0-py3-none-any.whl.metadata (4.4 kB)
Collecting markupsafe>=2.0 (from nbconvert->jupyter)
Downloading MarkupSafe-2.1.3-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
Collecting mistune<4,>=2.0.3 (from nbconvert->jupyter)
Downloading mistune-3.0.2-py3-none-any.whl.metadata (1.7 kB)
Collecting nbclient>=0.5.0 (from nbconvert->jupyter)
Downloading nbclient-0.9.0-py3-none-any.whl.metadata (7.8 kB)
Collecting nbformat>=5.7 (from nbconvert->jupyter)
Downloading nbformat-5.9.2-py3-none-any.whl.metadata (3.4 kB)
Collecting pandocfilters>=1.4.1 (from nbconvert->jupyter)
Downloading pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB)
Collecting tinycss2 (from nbconvert->jupyter)
Downloading tinycss2-1.2.1-py3-none-any.whl (21 kB)
Collecting jupyter-server<3,>=2.4.0 (from notebook->jupyter)
Downloading jupyter_server-2.12.4-py3-none-any.whl.metadata (8.4 kB)
Collecting jupyterlab-server<3,>=2.22.1 (from notebook->jupyter)
Downloading jupyterlab_server-2.25.2-py3-none-any.whl.metadata (5.9 kB)
Collecting jupyterlab<5,>=4.0.2 (from notebook->jupyter)
Downloading jupyterlab-4.0.10-py3-none-any.whl.metadata (15 kB)
Collecting notebook-shim<0.3,>=0.2 (from notebook->jupyter)
Downloading notebook_shim-0.2.3-py3-none-any.whl (13 kB)
Collecting qtpy>=2.4.0 (from qtconsole->jupyter)
Downloading QtPy-2.4.1-py3-none-any.whl.metadata (12 kB)
Collecting six>=1.9.0 (from bleach!=5.0.0->nbconvert->jupyter)
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting webencodings (from bleach!=5.0.0->nbconvert->jupyter)
Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting zipp>=0.5 (from importlib-metadata>=3.6->nbconvert->jupyter)
Downloading zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB)
Collecting decorator (from ipython>=7.23.1->ipykernel->jupyter)
Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel->jupyter)
Downloading jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting stack-data (from ipython>=7.23.1->ipykernel->jupyter)
Downloading stack_data-0.6.3-py3-none-any.whl.metadata (18 kB)
Collecting typing-extensions (from ipython>=7.23.1->ipykernel->jupyter)
Downloading typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB)
Collecting exceptiongroup (from ipython>=7.23.1->ipykernel->jupyter)
Downloading exceptiongroup-1.2.0-py3-none-any.whl.metadata (6.6 kB)
Collecting colorama (from ipython>=7.23.1->ipykernel->jupyter)
Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting python-dateutil>=2.8.2 (from jupyter-client>=6.1.12->ipykernel->jupyter)
Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
---------------------------------------- 247.7/247.7 kB 15.8 MB/s eta 0:00:00
Collecting platformdirs>=2.5 (from jupyter-core!=5.0.*,>=4.12->ipykernel->jupyter)
Downloading platformdirs-4.1.0-py3-none-any.whl.metadata (11 kB)
Collecting pywin32>=300 (from jupyter-core!=5.0.*,>=4.12->ipykernel->jupyter)
Downloading pywin32-306-cp39-cp39-win_amd64.whl (9.3 MB)
---------------------------------------- 9.3/9.3 MB 7.5 MB/s eta 0:00:00
Collecting anyio>=3.1.0 (from jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading anyio-4.2.0-py3-none-any.whl.metadata (4.6 kB)
Collecting argon2-cffi (from jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB)
Collecting jupyter-events>=0.9.0 (from jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading jupyter_events-0.9.0-py3-none-any.whl.metadata (5.7 kB)
Collecting jupyter-server-terminals (from jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading jupyter_server_terminals-0.5.1-py3-none-any.whl.metadata (5.6 kB)
Collecting overrides (from jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading overrides-7.4.0-py3-none-any.whl.metadata (5.7 kB)
Collecting prometheus-client (from jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading prometheus_client-0.19.0-py3-none-any.whl.metadata (1.8 kB)
Collecting pywinpty (from jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading pywinpty-2.0.12-cp39-none-win_amd64.whl.metadata (5.2 kB)
Collecting send2trash>=1.8.2 (from jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading Send2Trash-1.8.2-py3-none-any.whl (18 kB)
Collecting terminado>=0.8.3 (from jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading terminado-0.18.0-py3-none-any.whl.metadata (5.8 kB)
Collecting websocket-client (from jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading websocket_client-1.7.0-py3-none-any.whl.metadata (7.9 kB)
Collecting async-lru>=1.0.0 (from jupyterlab<5,>=4.0.2->notebook->jupyter)
Downloading async_lru-2.0.4-py3-none-any.whl.metadata (4.5 kB)
Collecting jupyter-lsp>=2.0.0 (from jupyterlab<5,>=4.0.2->notebook->jupyter)
Downloading jupyter_lsp-2.2.1-py3-none-any.whl.metadata (1.8 kB)
Collecting tomli (from jupyterlab<5,>=4.0.2->notebook->jupyter)
Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting babel>=2.10 (from jupyterlab-server<3,>=2.22.1->notebook->jupyter)
Downloading Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB)
Collecting json5>=0.9.0 (from jupyterlab-server<3,>=2.22.1->notebook->jupyter)
Downloading json5-0.9.14-py2.py3-none-any.whl.metadata (10 kB)
Collecting jsonschema>=4.18.0 (from jupyterlab-server<3,>=2.22.1->notebook->jupyter)
Downloading jsonschema-4.20.0-py3-none-any.whl.metadata (8.1 kB)
Collecting requests>=2.31 (from jupyterlab-server<3,>=2.22.1->notebook->jupyter)
Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting fastjsonschema (from nbformat>=5.7->nbconvert->jupyter)
Downloading fastjsonschema-2.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting wcwidth (from prompt-toolkit>=3.0.30->jupyter-console->jupyter)
Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting soupsieve>1.2 (from beautifulsoup4->nbconvert->jupyter)
Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
Collecting idna>=2.8 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting sniffio>=1.1 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)
Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=7.23.1->ipykernel->jupyter)
Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB)
---------------------------------------- 100.8/100.8 kB ? eta 0:00:00
Collecting attrs>=22.2.0 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->jupyter)
Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->jupyter)
Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->jupyter)
Downloading referencing-0.32.1-py3-none-any.whl.metadata (2.7 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->jupyter)
Downloading rpds_py-0.17.1-cp39-none-win_amd64.whl.metadata (4.2 kB)
Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading python_json_logger-2.0.7-py3-none-any.whl (8.1 kB)
Collecting pyyaml>=5.3 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB)
Collecting rfc3339-validator (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB)
Collecting rfc3986-validator>=0.1.1 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB)
Collecting charset-normalizer<4,>=2 (from requests>=2.31->jupyterlab-server<3,>=2.22.1->notebook->jupyter)
Downloading charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl.metadata (34 kB)
Collecting urllib3<3,>=1.21.1 (from requests>=2.31->jupyterlab-server<3,>=2.22.1->notebook->jupyter)
Downloading urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB)
Collecting certifi>=2017.4.17 (from requests>=2.31->jupyterlab-server<3,>=2.22.1->notebook->jupyter)
Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB)
Collecting argon2-cffi-bindings (from argon2-cffi->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl (30 kB)
Collecting executing>=1.2.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyter)
Downloading executing-2.0.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting asttokens>=2.1.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyter)
Downloading asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting pure-eval (from stack-data->ipython>=7.23.1->ipykernel->jupyter)
Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB)
Collecting fqdn (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading fqdn-1.5.1-py3-none-any.whl (9.1 kB)
Collecting isoduration (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading isoduration-20.11.0-py3-none-any.whl (11 kB)
Collecting jsonpointer>1.13 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting uri-template (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading uri_template-1.3.0-py3-none-any.whl.metadata (8.8 kB)
Collecting webcolors>=1.11 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading webcolors-1.13-py3-none-any.whl (14 kB)
Collecting cffi>=1.0.1 (from argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading cffi-1.16.0-cp39-cp39-win_amd64.whl.metadata (1.5 kB)
Collecting pycparser (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
---------------------------------------- 118.7/118.7 kB ? eta 0:00:00
Collecting arrow>=0.15.0 (from isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB)
Collecting types-python-dateutil>=2.8.10 (from arrow>=0.15.0->isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter)
Downloading types_python_dateutil-2.8.19.20240106-py3-none-any.whl.metadata (1.8 kB)
Downloading ipykernel-6.28.0-py3-none-any.whl (114 kB)
---------------------------------------- 114.1/114.1 kB ? eta 0:00:00
Downloading ipywidgets-8.1.1-py3-none-any.whl (139 kB)
---------------------------------------- 139.4/139.4 kB 8.1 MB/s eta 0:00:00
Downloading nbconvert-7.14.1-py3-none-any.whl (256 kB)
---------------------------------------- 256.4/256.4 kB 5.2 MB/s eta 0:00:00
Downloading notebook-7.0.6-py3-none-any.whl (4.0 MB)
---------------------------------------- 4.0/4.0 MB 8.5 MB/s eta 0:00:00
Downloading qtconsole-5.5.1-py3-none-any.whl (123 kB)
---------------------------------------- 123.4/123.4 kB ? eta 0:00:00
Downloading bleach-6.1.0-py3-none-any.whl (162 kB)
---------------------------------------- 162.8/162.8 kB 10.2 MB/s eta 0:00:00
Downloading comm-0.2.1-py3-none-any.whl (7.2 kB)
Downloading debugpy-1.8.0-cp39-cp39-win_amd64.whl (5.0 MB)
---------------------------------------- 5.0/5.0 MB 9.1 MB/s eta 0:00:00
Downloading importlib_metadata-7.0.1-py3-none-any.whl (23 kB)
Downloading ipython-8.18.1-py3-none-any.whl (808 kB)
---------------------------------------- 808.2/808.2 kB 10.2 MB/s eta 0:00:00
Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB)
---------------------------------------- 133.2/133.2 kB ? eta 0:00:00
Downloading jupyter_client-8.6.0-py3-none-any.whl (105 kB)
---------------------------------------- 105.9/105.9 kB ? eta 0:00:00
Downloading jupyter_core-5.7.1-py3-none-any.whl (28 kB)
Downloading jupyter_server-2.12.4-py3-none-any.whl (380 kB)
---------------------------------------- 380.3/380.3 kB 24.7 MB/s eta 0:00:00
Downloading jupyterlab-4.0.10-py3-none-any.whl (9.2 MB)
---------------------------------------- 9.2/9.2 MB 11.3 MB/s eta 0:00:00
Downloading jupyterlab_server-2.25.2-py3-none-any.whl (58 kB)
---------------------------------------- 58.9/58.9 kB ? eta 0:00:00
Downloading jupyterlab_widgets-3.0.9-py3-none-any.whl (214 kB)
---------------------------------------- 214.9/214.9 kB ? eta 0:00:00
Downloading MarkupSafe-2.1.3-cp39-cp39-win_amd64.whl (17 kB)
Downloading mistune-3.0.2-py3-none-any.whl (47 kB)
---------------------------------------- 48.0/48.0 kB ? eta 0:00:00
Downloading nbclient-0.9.0-py3-none-any.whl (24 kB)
Downloading nbformat-5.9.2-py3-none-any.whl (77 kB)
---------------------------------------- 77.6/77.6 kB ? eta 0:00:00
Downloading packaging-23.2-py3-none-any.whl (53 kB)
---------------------------------------- 53.0/53.0 kB 2.9 MB/s eta 0:00:00
Downloading prompt_toolkit-3.0.43-py3-none-any.whl (386 kB)
---------------------------------------- 386.1/386.1 kB 25.1 MB/s eta 0:00:00
Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
---------------------------------------- 1.2/1.2 MB 10.7 MB/s eta 0:00:00
Downloading pyzmq-25.1.2-cp39-cp39-win_amd64.whl (1.2 MB)
---------------------------------------- 1.2/1.2 MB 10.7 MB/s eta 0:00:00
Downloading QtPy-2.4.1-py3-none-any.whl (93 kB)
---------------------------------------- 93.5/93.5 kB ? eta 0:00:00
Downloading tornado-6.4-cp38-abi3-win_amd64.whl (436 kB)
---------------------------------------- 437.0/437.0 kB 13.3 MB/s eta 0:00:00
Downloading traitlets-5.14.1-py3-none-any.whl (85 kB)
---------------------------------------- 85.4/85.4 kB ? eta 0:00:00
Downloading widgetsnbextension-4.0.9-py3-none-any.whl (2.3 MB)
---------------------------------------- 2.3/2.3 MB 13.3 MB/s eta 0:00:00
Downloading jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB)
Downloading nest_asyncio-1.5.8-py3-none-any.whl (5.3 kB)
Downloading psutil-5.9.7-cp37-abi3-win_amd64.whl (252 kB)
---------------------------------------- 252.2/252.2 kB 15.1 MB/s eta 0:00:00
Downloading anyio-4.2.0-py3-none-any.whl (85 kB)
---------------------------------------- 85.5/85.5 kB ? eta 0:00:00
Downloading async_lru-2.0.4-py3-none-any.whl (6.1 kB)
Downloading Babel-2.14.0-py3-none-any.whl (11.0 MB)
---------------------------------------- 11.0/11.0 MB 10.7 MB/s eta 0:00:00
Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
Downloading jedi-0.19.1-py2.py3-none-any.whl (1.6 MB)
---------------------------------------- 1.6/1.6 MB 6.2 MB/s eta 0:00:00
Downloading json5-0.9.14-py2.py3-none-any.whl (19 kB)
Downloading jsonschema-4.20.0-py3-none-any.whl (84 kB)
---------------------------------------- 84.7/84.7 kB 4.7 MB/s eta 0:00:00
Downloading jupyter_events-0.9.0-py3-none-any.whl (18 kB)
Downloading jupyter_lsp-2.2.1-py3-none-any.whl (66 kB)
---------------------------------------- 66.0/66.0 kB ? eta 0:00:00
Downloading platformdirs-4.1.0-py3-none-any.whl (17 kB)
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
---------------------------------------- 62.6/62.6 kB 3.3 MB/s eta 0:00:00
Downloading soupsieve-2.5-py3-none-any.whl (36 kB)
Downloading terminado-0.18.0-py3-none-any.whl (14 kB)
Downloading pywinpty-2.0.12-cp39-none-win_amd64.whl (1.4 MB)
---------------------------------------- 1.4/1.4 MB 5.6 MB/s eta 0:00:00
Downloading typing_extensions-4.9.0-py3-none-any.whl (32 kB)
Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB)
Downloading argon2_cffi-23.1.0-py3-none-any.whl (15 kB)
Downloading fastjsonschema-2.19.1-py3-none-any.whl (23 kB)
Downloading jupyter_server_terminals-0.5.1-py3-none-any.whl (13 kB)
Downloading overrides-7.4.0-py3-none-any.whl (17 kB)
Downloading prometheus_client-0.19.0-py3-none-any.whl (54 kB)
---------------------------------------- 54.2/54.2 kB 2.7 MB/s eta 0:00:00
Downloading stack_data-0.6.3-py3-none-any.whl (24 kB)
Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Downloading websocket_client-1.7.0-py3-none-any.whl (58 kB)
---------------------------------------- 58.5/58.5 kB ? eta 0:00:00
Downloading asttokens-2.4.1-py2.py3-none-any.whl (27 kB)
Downloading attrs-23.2.0-py3-none-any.whl (60 kB)
---------------------------------------- 60.8/60.8 kB 3.2 MB/s eta 0:00:00
Downloading certifi-2023.11.17-py3-none-any.whl (162 kB)
---------------------------------------- 162.5/162.5 kB 4.9 MB/s eta 0:00:00
Downloading charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl (100 kB)
---------------------------------------- 100.4/100.4 kB 6.0 MB/s eta 0:00:00
Downloading executing-2.0.1-py2.py3-none-any.whl (24 kB)
Downloading idna-3.6-py3-none-any.whl (61 kB)
---------------------------------------- 61.6/61.6 kB 3.2 MB/s eta 0:00:00
Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB)
Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB)
---------------------------------------- 152.8/152.8 kB 4.6 MB/s eta 0:00:00
Downloading referencing-0.32.1-py3-none-any.whl (26 kB)
Downloading rpds_py-0.17.1-cp39-none-win_amd64.whl (206 kB)
---------------------------------------- 206.2/206.2 kB 6.3 MB/s eta 0:00:00
Downloading urllib3-2.1.0-py3-none-any.whl (104 kB)
---------------------------------------- 104.6/104.6 kB 6.3 MB/s eta 0:00:00
Downloading cffi-1.16.0-cp39-cp39-win_amd64.whl (181 kB)
---------------------------------------- 181.6/181.6 kB 3.6 MB/s eta 0:00:00
Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB)
Downloading uri_template-1.3.0-py3-none-any.whl (11 kB)
Downloading arrow-1.3.0-py3-none-any.whl (66 kB)
---------------------------------------- 66.4/66.4 kB ? eta 0:00:00
Downloading types_python_dateutil-2.8.19.20240106-py3-none-any.whl (9.7 kB)
Installing collected packages: webencodings, wcwidth, pywin32, pure-eval, json5, fastjsonschema, zipp, widgetsnbextension, websocket-client, webcolors, urllib3, uri-template, typing-extensions, types-python-dateutil, traitlets, tornado, tomli, tinycss2, soupsieve, sniffio, six, send2trash, rpds-py, rfc3986-validator, pyzmq, pyyaml, pywinpty, python-json-logger, pygments, pycparser, psutil, prompt-toolkit, prometheus-client, platformdirs, parso, pandocfilters, packaging, overrides, nest-asyncio, mistune, markupsafe, jupyterlab-widgets, jupyterlab-pygments, jsonpointer, idna, fqdn, executing, exceptiongroup, defusedxml, decorator, debugpy, colorama, charset-normalizer, certifi, babel, attrs, terminado, rfc3339-validator, requests, referencing, qtpy, python-dateutil, matplotlib-inline, jupyter-core, jinja2, jedi, importlib-metadata, comm, cffi, bleach, beautifulsoup4, async-lru, asttokens, anyio, stack-data, jupyter-server-terminals, jupyter-client, jsonschema-specifications, arrow, argon2-cffi-bindings, jsonschema, isoduration, ipython, argon2-cffi, nbformat, ipywidgets, ipykernel, qtconsole, nbclient, jupyter-events, jupyter-console, nbconvert, jupyter-server, notebook-shim, jupyterlab-server, jupyter-lsp, jupyterlab, notebook, jupyter
Successfully installed anyio-4.2.0 argon2-cffi-23.1.0 argon2-cffi-bindings-21.2.0 arrow-1.3.0 asttokens-2.4.1 async-lru-2.0.4 attrs-23.2.0 babel-2.14.0 beautifulsoup4-4.12.2 bleach-6.1.0 certifi-2023.11.17 cffi-1.16.0 charset-normalizer-3.3.2 colorama-0.4.6 comm-0.2.1 debugpy-1.8.0 decorator-5.1.1 defusedxml-0.7.1 exceptiongroup-1.2.0 executing-2.0.1 fastjsonschema-2.19.1 fqdn-1.5.1 idna-3.6 importlib-metadata-7.0.1 ipykernel-6.28.0 ipython-8.18.1 ipywidgets-8.1.1 isoduration-20.11.0 jedi-0.19.1 jinja2-3.1.3 json5-0.9.14 jsonpointer-2.4 jsonschema-4.20.0 jsonschema-specifications-2023.12.1 jupyter-1.0.0 jupyter-client-8.6.0 jupyter-console-6.6.3 jupyter-core-5.7.1 jupyter-events-0.9.0 jupyter-lsp-2.2.1 jupyter-server-2.12.4 jupyter-server-terminals-0.5.1 jupyterlab-4.0.10 jupyterlab-pygments-0.3.0 jupyterlab-server-2.25.2 jupyterlab-widgets-3.0.9 markupsafe-2.1.3 matplotlib-inline-0.1.6 mistune-3.0.2 nbclient-0.9.0 nbconvert-7.14.1 nbformat-5.9.2 nest-asyncio-1.5.8 notebook-7.0.6 notebook-shim-0.2.3 overrides-7.4.0 packaging-23.2 pandocfilters-1.5.0 parso-0.8.3 platformdirs-4.1.0 prometheus-client-0.19.0 prompt-toolkit-3.0.43 psutil-5.9.7 pure-eval-0.2.2 pycparser-2.21 pygments-2.17.2 python-dateutil-2.8.2 python-json-logger-2.0.7 pywin32-306 pywinpty-2.0.12 pyyaml-6.0.1 pyzmq-25.1.2 qtconsole-5.5.1 qtpy-2.4.1 referencing-0.32.1 requests-2.31.0 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rpds-py-0.17.1 send2trash-1.8.2 six-1.16.0 sniffio-1.3.0 soupsieve-2.5 stack-data-0.6.3 terminado-0.18.0 tinycss2-1.2.1 tomli-2.0.1 tornado-6.4 traitlets-5.14.1 types-python-dateutil-2.8.19.20240106 typing-extensions-4.9.0 uri-template-1.3.0 urllib3-2.1.0 wcwidth-0.2.13 webcolors-1.13 webencodings-0.5.1 websocket-client-1.7.0 widgetsnbextension-4.0.9 zipp-3.17.0
C:\Users\21타투이일화>pip install pandas matplotlib seaborn selenium requests bs4 opencv-python pillow openpyxl lxml nltk kiwipiepy textblob wordcloud squarify gensim scikit-learn tqdm afinn py_lex xmltodict
Collecting pandas
Downloading pandas-2.1.4-cp39-cp39-win_amd64.whl.metadata (18 kB)
Collecting matplotlib
Downloading matplotlib-3.8.2-cp39-cp39-win_amd64.whl.metadata (5.9 kB)
Collecting seaborn
Downloading seaborn-0.13.1-py3-none-any.whl.metadata (5.4 kB)
Collecting selenium
Downloading selenium-4.16.0-py3-none-any.whl.metadata (6.9 kB)
Requirement already satisfied: requests in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (2.31.0)
Collecting bs4
Downloading bs4-0.0.1.tar.gz (1.1 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting opencv-python
Downloading opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl.metadata (20 kB)
Collecting pillow
Downloading pillow-10.2.0-cp39-cp39-win_amd64.whl.metadata (9.9 kB)
Collecting openpyxl
Downloading openpyxl-3.1.2-py2.py3-none-any.whl (249 kB)
---------------------------------------- 250.0/250.0 kB 7.5 MB/s eta 0:00:00
Collecting lxml
Downloading lxml-5.1.0-cp39-cp39-win_amd64.whl.metadata (3.6 kB)
Collecting nltk
Downloading nltk-3.8.1-py3-none-any.whl (1.5 MB)
---------------------------------------- 1.5/1.5 MB 19.2 MB/s eta 0:00:00
Collecting kiwipiepy
Downloading kiwipiepy-0.16.2-cp39-cp39-win_amd64.whl.metadata (1.1 kB)
Collecting textblob
Downloading textblob-0.17.1-py2.py3-none-any.whl (636 kB)
---------------------------------------- 636.8/636.8 kB 13.3 MB/s eta 0:00:00
Collecting wordcloud
Downloading wordcloud-1.9.3-cp39-cp39-win_amd64.whl.metadata (3.5 kB)
Collecting squarify
Downloading squarify-0.4.3-py3-none-any.whl (4.3 kB)
Collecting gensim
Downloading gensim-4.3.2-cp39-cp39-win_amd64.whl.metadata (8.5 kB)
Collecting scikit-learn
Downloading scikit_learn-1.3.2-cp39-cp39-win_amd64.whl.metadata (11 kB)
Collecting tqdm
Downloading tqdm-4.66.1-py3-none-any.whl.metadata (57 kB)
---------------------------------------- 57.6/57.6 kB 3.2 MB/s eta 0:00:00
Collecting afinn
Downloading afinn-0.1.tar.gz (52 kB)
---------------------------------------- 52.6/52.6 kB ? eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting py_lex
Downloading py_lex-0.2.1-py3-none-any.whl (8.6 kB)
Collecting xmltodict
Downloading xmltodict-0.13.0-py2.py3-none-any.whl (10.0 kB)
Collecting numpy<2,>=1.22.4 (from pandas)
Downloading numpy-1.26.3-cp39-cp39-win_amd64.whl.metadata (61 kB)
---------------------------------------- 61.2/61.2 kB 3.2 MB/s eta 0:00:00
Requirement already satisfied: python-dateutil>=2.8.2 in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from pandas) (2.8.2)
Collecting pytz>=2020.1 (from pandas)
Downloading pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.1 (from pandas)
Downloading tzdata-2023.4-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting contourpy>=1.0.1 (from matplotlib)
Downloading contourpy-1.2.0-cp39-cp39-win_amd64.whl.metadata (5.8 kB)
Collecting cycler>=0.10 (from matplotlib)
Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib)
Downloading fonttools-4.47.2-cp39-cp39-win_amd64.whl.metadata (160 kB)
---------------------------------------- 160.8/160.8 kB 10.0 MB/s eta 0:00:00
Collecting kiwisolver>=1.3.1 (from matplotlib)
Downloading kiwisolver-1.4.5-cp39-cp39-win_amd64.whl.metadata (6.5 kB)
Requirement already satisfied: packaging>=20.0 in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from matplotlib) (23.2)
Collecting pyparsing>=2.3.1 (from matplotlib)
Downloading pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)
Collecting importlib-resources>=3.2.0 (from matplotlib)
Downloading importlib_resources-6.1.1-py3-none-any.whl.metadata (4.1 kB)
Requirement already satisfied: urllib3<3,>=1.26 in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from urllib3[socks]<3,>=1.26->selenium) (2.1.0)
Collecting trio~=0.17 (from selenium)
Downloading trio-0.24.0-py3-none-any.whl.metadata (4.9 kB)
Collecting trio-websocket~=0.9 (from selenium)
Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB)
Requirement already satisfied: certifi>=2021.10.8 in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from selenium) (2023.11.17)
Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from requests) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from requests) (3.6)
Requirement already satisfied: beautifulsoup4 in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from bs4) (4.12.2)
Collecting et-xmlfile (from openpyxl)
Downloading et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
Collecting click (from nltk)
Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting joblib (from nltk)
Downloading joblib-1.3.2-py3-none-any.whl.metadata (5.4 kB)
Collecting regex>=2021.8.3 (from nltk)
Downloading regex-2023.12.25-cp39-cp39-win_amd64.whl.metadata (41 kB)
---------------------------------------- 42.0/42.0 kB 1.0 MB/s eta 0:00:00
Collecting kiwipiepy-model~=0.16 (from kiwipiepy)
Downloading kiwipiepy_model-0.16.0.tar.gz (30.8 MB)
---------------------------------------- 30.8/30.8 MB 12.3 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting scipy>=1.7.0 (from gensim)
Downloading scipy-1.11.4-cp39-cp39-win_amd64.whl.metadata (60 kB)
---------------------------------------- 60.4/60.4 kB 3.3 MB/s eta 0:00:00
Collecting smart-open>=1.8.1 (from gensim)
Downloading smart_open-6.4.0-py3-none-any.whl.metadata (21 kB)
Collecting threadpoolctl>=2.0.0 (from scikit-learn)
Downloading threadpoolctl-3.2.0-py3-none-any.whl.metadata (10.0 kB)
Requirement already satisfied: colorama in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from tqdm) (0.4.6)
Collecting bidict>=0.11 (from py_lex)
Downloading bidict-0.22.1-py3-none-any.whl (35 kB)
Collecting marisa-trie>=0.7 (from py_lex)
Downloading marisa_trie-1.1.0-cp39-cp39-win_amd64.whl.metadata (8.8 kB)
Requirement already satisfied: zipp>=3.1.0 in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from importlib-resources>=3.2.0->matplotlib) (3.17.0)
Requirement already satisfied: setuptools in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from marisa-trie>=0.7->py_lex) (58.1.0)
Requirement already satisfied: six>=1.5 in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from python-dateutil>=2.8.2->pandas) (1.16.0)
Requirement already satisfied: attrs>=20.1.0 in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from trio~=0.17->selenium) (23.2.0)
Collecting sortedcontainers (from trio~=0.17->selenium)
Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Collecting outcome (from trio~=0.17->selenium)
Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB)
Requirement already satisfied: sniffio>=1.3.0 in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from trio~=0.17->selenium) (1.3.0)
Requirement already satisfied: cffi>=1.14 in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from trio~=0.17->selenium) (1.16.0)
Requirement already satisfied: exceptiongroup in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from trio~=0.17->selenium) (1.2.0)
Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium)
Downloading wsproto-1.2.0-py3-none-any.whl (24 kB)
Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium)
Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
Requirement already satisfied: soupsieve>1.2 in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from beautifulsoup4->bs4) (2.5)
Requirement already satisfied: pycparser in c:\users\21타투이일화\appdata\local\programs\python\python39\lib\site-packages (from cffi>=1.14->trio~=0.17->selenium) (2.21)
Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium)
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
---------------------------------------- 58.3/58.3 kB 3.2 MB/s eta 0:00:00
Downloading pandas-2.1.4-cp39-cp39-win_amd64.whl (10.8 MB)
---------------------------------------- 10.8/10.8 MB 12.9 MB/s eta 0:00:00
Downloading matplotlib-3.8.2-cp39-cp39-win_amd64.whl (7.6 MB)
---------------------------------------- 7.6/7.6 MB 12.5 MB/s eta 0:00:00
Downloading seaborn-0.13.1-py3-none-any.whl (294 kB)
---------------------------------------- 294.8/294.8 kB 17.8 MB/s eta 0:00:00
Downloading selenium-4.16.0-py3-none-any.whl (10.0 MB)
---------------------------------------- 10.0/10.0 MB 13.3 MB/s eta 0:00:00
Downloading opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl (38.6 MB)
---------------------------------------- 38.6/38.6 MB 9.1 MB/s eta 0:00:00
Downloading pillow-10.2.0-cp39-cp39-win_amd64.whl (2.6 MB)
---------------------------------------- 2.6/2.6 MB 8.8 MB/s eta 0:00:00
Downloading lxml-5.1.0-cp39-cp39-win_amd64.whl (3.9 MB)
---------------------------------------- 3.9/3.9 MB 10.9 MB/s eta 0:00:00
Downloading kiwipiepy-0.16.2-cp39-cp39-win_amd64.whl (1.1 MB)
---------------------------------------- 1.1/1.1 MB 9.7 MB/s eta 0:00:00
Downloading wordcloud-1.9.3-cp39-cp39-win_amd64.whl (300 kB)
---------------------------------------- 300.6/300.6 kB 9.1 MB/s eta 0:00:00
Downloading gensim-4.3.2-cp39-cp39-win_amd64.whl (24.0 MB)
---------------------------------------- 24.0/24.0 MB 11.9 MB/s eta 0:00:00
Downloading scikit_learn-1.3.2-cp39-cp39-win_amd64.whl (9.3 MB)
---------------------------------------- 9.3/9.3 MB 13.0 MB/s eta 0:00:00
Downloading tqdm-4.66.1-py3-none-any.whl (78 kB)
---------------------------------------- 78.3/78.3 kB 4.5 MB/s eta 0:00:00
Downloading contourpy-1.2.0-cp39-cp39-win_amd64.whl (181 kB)
---------------------------------------- 181.9/181.9 kB 5.5 MB/s eta 0:00:00
Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
Downloading fonttools-4.47.2-cp39-cp39-win_amd64.whl (2.2 MB)
---------------------------------------- 2.2/2.2 MB 8.1 MB/s eta 0:00:00
Downloading importlib_resources-6.1.1-py3-none-any.whl (33 kB)
Downloading joblib-1.3.2-py3-none-any.whl (302 kB)
---------------------------------------- 302.2/302.2 kB 19.5 MB/s eta 0:00:00
Downloading kiwisolver-1.4.5-cp39-cp39-win_amd64.whl (56 kB)
---------------------------------------- 56.2/56.2 kB ? eta 0:00:00
Downloading marisa_trie-1.1.0-cp39-cp39-win_amd64.whl (152 kB)
---------------------------------------- 152.5/152.5 kB 4.6 MB/s eta 0:00:00
Downloading numpy-1.26.3-cp39-cp39-win_amd64.whl (15.8 MB)
---------------------------------------- 15.8/15.8 MB 6.7 MB/s eta 0:00:00
Downloading pyparsing-3.1.1-py3-none-any.whl (103 kB)
---------------------------------------- 103.1/103.1 kB 5.8 MB/s eta 0:00:00
Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
---------------------------------------- 502.5/502.5 kB 15.9 MB/s eta 0:00:00
Downloading regex-2023.12.25-cp39-cp39-win_amd64.whl (269 kB)
---------------------------------------- 269.5/269.5 kB 16.2 MB/s eta 0:00:00
Downloading scipy-1.11.4-cp39-cp39-win_amd64.whl (44.3 MB)
---------------------------------------- 44.3/44.3 MB 11.5 MB/s eta 0:00:00
Downloading smart_open-6.4.0-py3-none-any.whl (57 kB)
---------------------------------------- 57.0/57.0 kB ? eta 0:00:00
Downloading threadpoolctl-3.2.0-py3-none-any.whl (15 kB)
Downloading trio-0.24.0-py3-none-any.whl (460 kB)
---------------------------------------- 460.2/460.2 kB 14.5 MB/s eta 0:00:00
Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB)
Downloading tzdata-2023.4-py2.py3-none-any.whl (346 kB)
---------------------------------------- 346.6/346.6 kB 10.5 MB/s eta 0:00:00
Downloading click-8.1.7-py3-none-any.whl (97 kB)
---------------------------------------- 97.9/97.9 kB 5.5 MB/s eta 0:00:00
Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB)
Building wheels for collected packages: bs4, afinn, kiwipiepy-model
Building wheel for bs4 (pyproject.toml) ... done
Created wheel for bs4: filename=bs4-0.0.1-py3-none-any.whl size=1262 sha256=57fb0d9bd9d39ca636e9ca3d8688b577c155a084fb37ca9a7af0915baf47e0a6
Stored in directory: c:\users\21타투이일화\appdata\local\pip\cache\wheels\73\2b\cb\099980278a0c9a3e57ff1a89875ec07bfa0b6fcbebb9a8cad3
Building wheel for afinn (pyproject.toml) ... done
Created wheel for afinn: filename=afinn-0.1-py3-none-any.whl size=53438 sha256=39b6f6a3b670052555da41f659928df09c55316d32e272f6768e8c7e707e05b3
Stored in directory: c:\users\21타투이일화\appdata\local\pip\cache\wheels\79\91\ee\8374d9bc8c6c0896a2db75afdfd63d43653902407a0e76cd94
Building wheel for kiwipiepy-model (pyproject.toml) ... done
Created wheel for kiwipiepy-model: filename=kiwipiepy_model-0.16.0-py3-none-any.whl size=30813267 sha256=ed988c90d4509712f9c097d630eebf7717f501d97557fa7c540790c103c952b4
Stored in directory: c:\users\21타투이일화\appdata\local\pip\cache\wheels\ea\82\d5\2d3497de241127c27bec0dc35bb95bc84a81373e2360e3140d
Successfully built bs4 afinn kiwipiepy-model
Installing collected packages: squarify, sortedcontainers, pytz, kiwipiepy-model, afinn, xmltodict, tzdata, tqdm, threadpoolctl, smart-open, regex, pysocks, pyparsing, pillow, outcome, numpy, marisa-trie, lxml, kiwisolver, joblib, importlib-resources, h11, fonttools, et-xmlfile, cycler, click, bidict, wsproto, trio, scipy, py_lex, pandas, openpyxl, opencv-python, nltk, kiwipiepy, contourpy, bs4, trio-websocket, textblob, scikit-learn, matplotlib, gensim, wordcloud, selenium, seaborn
Successfully installed afinn-0.1 bidict-0.22.1 bs4-0.0.1 click-8.1.7 contourpy-1.2.0 cycler-0.12.1 et-xmlfile-1.1.0 fonttools-4.47.2 gensim-4.3.2 h11-0.14.0 importlib-resources-6.1.1 joblib-1.3.2 kiwipiepy-0.16.2 kiwipiepy-model-0.16.0 kiwisolver-1.4.5 lxml-5.1.0 marisa-trie-1.1.0 matplotlib-3.8.2 nltk-3.8.1 numpy-1.26.3 opencv-python-4.9.0.80 openpyxl-3.1.2 outcome-1.3.0.post0 pandas-2.1.4 pillow-10.2.0 py_lex-0.2.1 pyparsing-3.1.1 pysocks-1.7.1 pytz-2023.3.post1 regex-2023.12.25 scikit-learn-1.3.2 scipy-1.11.4 seaborn-0.13.1 selenium-4.16.0 smart-open-6.4.0 sortedcontainers-2.4.0 squarify-0.4.3 textblob-0.17.1 threadpoolctl-3.2.0 tqdm-4.66.1 trio-0.24.0 trio-websocket-0.11.1 tzdata-2023.4 wordcloud-1.9.3 wsproto-1.2.0 xmltodict-0.13.0
C:\Users\21타투이일화>
이렇게 뜬다.
젠심 빼고 해보기 ( 3번 안되면)
jupyter notebook
파이선은 범위가 상당히 넓다.
R이라는 프로그램이 있는데 전용 데이터 분석에 전용화된 어떤 패키지 인데
애는 데이터 분석은 좀 잘되는 편임.
다른 예를 들면 웹에서 크롤링이라던지
데이터를 가져오는 것을 말함
이걸 웹 크로링이라고 함
하나의 업무용 로봇이다. 프로그래밍을 할 때 파이썬 프로그램을 이용하면 그런 것들을 쉽게 해낼 수 있다.
파이썬을 우리가 조금 더 기업체에서는 많이 쓴다.
웹 크롤링하고 RPNm 사무 자동화 관련된 패키지들이 대부분
텍스트 문서 그런 패키지인데 이 파이썬은 다양한 어떤 외부 패키지들이 주를 이뤄서 회사에서 많이 쓴다 또 저수준 랭귀지가 아니라 고수준 랭귀지라서 배우는 것보다도 대단히 간단하게 코딩을 해서 결과를 얻을 수 있다
반본물을 돌려야하는 것을 파이선에서는 명령어 하나로 대부분 해결된다.
'포스코 연수' 카테고리의 다른 글
Chapter 1.텍스트 분석(Text Analysis) 개요 (0) | 2024.01.17 |
---|---|
실습 7 : 그래프 그리기 (0) | 2024.01.17 |
실습 2 : 데이터 추출 (0) | 2024.01.17 |
실습1 : PC에서 데이터 불러오기, 내용 들려다보기 (0) | 2024.01.16 |
파이선 cmd (0) | 2024.01.15 |