Coder Social home page Coder Social logo

sentiment_analysis_imdb_data's People

Watchers

 avatar

sentiment_analysis_imdb_data's Issues

Deploying python flask web application to Microsoft Azure

I was trying to deploy my python web application to Microsoft Azure, but It gets failed, and It gives me below error

Run azure/webapps-deploy@v2
Package deployment using ZIP Deploy initiated.
Updating submodules.
Preparing deployment for commit id 'a06a3482-f'.
Repository path is /tmp/zipdeploy/extracted
Running oryx build...
Command: oryx build /tmp/zipdeploy/extracted -o /home/site/wwwroot --platform python --platform-version 3.9 -i /tmp/8d952afe0caacfe --compress-destination-dir -p virtualenv_name=antenv --log-file /tmp/build-debug.log
Operation performed by Microsoft Oryx, https://github.com/Microsoft/Oryx
You can report issues at https://github.com/Microsoft/Oryx/issues

Oryx Version: 0.2.20210420.1, Commit: 85c6e9278aae3980b86cb1d520aaad532c814ed7, ReleaseTagName: 20210420.1

Build Operation ID: |xwOwkNckxIY=.e9bb0de1_
Repository Commit : a06a3482-f711-41fe-a889-3dfac454cd3b

Detecting platforms...
Detected following platforms:
python: 3.9.0

Using intermediate directory '/tmp/8d952afe0caacfe'.

Copying files to the intermediate directory...
Done in 1 sec(s).

Source directory : /tmp/8d952afe0caacfe
Destination directory: /home/site/wwwroot

Python Version: /tmp/oryx/platforms/python/3.9.0/bin/python3.9
Python Virtual Environment: antenv
Creating virtual environment...
Activating virtual environment...
Running pip install...
[16:42:57+0000] Collecting beautifulsoup4==4.9.3
[16:42:57+0000] Using cached beautifulsoup4-4.9.3-py3-none-any.whl (115 kB)
[16:42:58+0000] Collecting cssselect==1.1.0
[16:42:58+0000] Using cached cssselect-1.1.0-py2.py3-none-any.whl (16 kB)
[16:42:58+0000] Collecting Flask==1.1.2
[16:42:58+0000] Using cached Flask-1.1.2-py2.py3-none-any.whl (94 kB)
[16:42:58+0000] Collecting Flask-WTF==0.15.1
[16:42:58+0000] Using cached Flask_WTF-0.15.1-py2.py3-none-any.whl (13 kB)
[16:42:58+0000] Collecting graphviz==0.16
[16:42:58+0000] Using cached graphviz-0.16-py2.py3-none-any.whl (19 kB)
[16:42:59+0000] Collecting ipykernel==5.3.4
[16:42:59+0000] Using cached ipykernel-5.3.4-py3-none-any.whl (120 kB)
[16:42:59+0000] Collecting ipython==7.19.0
[16:42:59+0000] Using cached ipython-7.19.0-py3-none-any.whl (784 kB)
[16:42:59+0000] Collecting ipython-genutils==0.2.0
[16:42:59+0000] Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
[16:43:00+0000] Collecting ipywidgets==7.5.1
[16:43:00+0000] Using cached ipywidgets-7.5.1-py2.py3-none-any.whl (121 kB)
[16:43:00+0000] Collecting isort==5.6.4
[16:43:00+0000] Using cached isort-5.6.4-py3-none-any.whl (98 kB)
[16:43:00+0000] Collecting Jinja2==2.11.2
[16:43:00+0000] Using cached Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
[16:43:02+0000] Collecting jmespath==0.10.0
[16:43:02+0000] Using cached jmespath-0.10.0-py2.py3-none-any.whl (24 kB)
[16:43:02+0000] Collecting joblib==0.17.0
[16:43:02+0000] Using cached joblib-0.17.0-py3-none-any.whl (301 kB)
[16:43:03+0000] Collecting json5==0.9.5
[16:43:03+0000] Using cached json5-0.9.5-py2.py3-none-any.whl (17 kB)
[16:43:03+0000] Collecting Keras==2.4.3
[16:43:03+0000] Using cached Keras-2.4.3-py2.py3-none-any.whl (36 kB)
[16:43:03+0000] Collecting Keras-Preprocessing==1.1.2
[16:43:03+0000] Using cached Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42 kB)
[16:43:04+0000] Collecting lazy-object-proxy==1.4.3
[16:43:04+0000] Using cached lazy-object-proxy-1.4.3.tar.gz (34 kB)
[16:43:04+0000] Installing build dependencies: started
[16:43:14+0000] Installing build dependencies: finished with status 'done'
[16:43:14+0000] Getting requirements to build wheel: started
[16:43:14+0000] Getting requirements to build wheel: finished with status 'done'
[16:43:14+0000] Preparing wheel metadata: started
[16:43:16+0000] Preparing wheel metadata: finished with status 'done'
[16:43:17+0000] Collecting matplotlib==3.3.2
[16:43:17+0000] Using cached matplotlib-3.3.2.tar.gz (37.9 MB)
[16:43:40+0000] Collecting mlxtend==0.18.0
[16:43:40+0000] Using cached mlxtend-0.18.0-py2.py3-none-any.whl (1.3 MB)
[16:43:40+0000] Collecting nbclient==0.5.1
[16:43:40+0000] Using cached nbclient-0.5.1-py3-none-any.whl (65 kB)
[16:43:41+0000] Collecting nltk==3.5
[16:43:41+0000] Using cached nltk-3.5.zip (1.4 MB)
[16:43:44+0000] Collecting numpy==1.19.2
[16:43:44+0000] Using cached numpy-1.19.2.zip (7.3 MB)
[16:43:46+0000] Installing build dependencies: started
[16:44:00+0000] Installing build dependencies: finished with status 'done'
[16:44:00+0000] Getting requirements to build wheel: started
[16:44:01+0000] Getting requirements to build wheel: finished with status 'done'
[16:44:01+0000] Preparing wheel metadata: started
[16:45:32+0000] Preparing wheel metadata: still running...
[16:45:38+0000] Preparing wheel metadata: finished with status 'done'
[16:45:38+0000] Collecting numpydoc==1.1.0
[16:45:38+0000] Using cached numpydoc-1.1.0-py3-none-any.whl (47 kB)
[16:45:39+0000] Collecting pandas==1.1.3
[16:45:40+0000] Using cached pandas-1.1.3-cp39-cp39-manylinux1_x86_64.whl (9.3 MB)
[16:45:40+0000] Collecting pandocfilters==1.4.3
[16:45:40+0000] Using cached pandocfilters-1.4.3.tar.gz (16 kB)
[16:45:41+0000] Collecting pickleshare==0.7.5
[16:45:41+0000] Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
[16:45:42+0000] Collecting plotly==4.14.3
[16:45:42+0000] Using cached plotly-4.14.3-py2.py3-none-any.whl (13.2 MB)
[16:45:44+0000] Collecting pmdarima==1.8.2
[16:45:45+0000] Using cached pmdarima-1.8.2-cp39-cp39-manylinux1_x86_64.whl (1.4 MB)
[16:45:45+0000] Collecting python-dateutil==2.8.1
[16:45:45+0000] Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
[16:45:48+0000] Collecting regex==2020.10.15
[16:45:48+0000] Using cached regex-2020.10.15-cp39-cp39-manylinux2010_x86_64.whl (668 kB)
[16:45:48+0000] Collecting requests==2.21.0
[16:45:48+0000] Using cached requests-2.21.0-py2.py3-none-any.whl (57 kB)
[16:45:48+0000] Collecting requests-oauthlib==1.3.0
[16:45:48+0000] Using cached requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB)
[16:45:48+0000] Collecting retrying==1.3.3
[16:45:48+0000] Using cached retrying-1.3.3.tar.gz (10 kB)
[16:45:51+0000] Collecting scikit-learn==0.23.2
[16:45:52+0000] Using cached scikit-learn-0.23.2.tar.gz (7.2 MB)
[16:45:54+0000] Installing build dependencies: started
[16:46:35+0000] Installing build dependencies: finished with status 'done'
[16:46:35+0000] Getting requirements to build wheel: started
[16:46:37+0000] Getting requirements to build wheel: finished with status 'done'
[16:46:37+0000] Preparing wheel metadata: started
[16:46:38+0000] Preparing wheel metadata: finished with status 'done'
[16:46:38+0000] Collecting seaborn==0.11.0
[16:46:38+0000] Using cached seaborn-0.11.0-py3-none-any.whl (283 kB)
[16:46:39+0000] Collecting simplejson==3.17.2
[16:46:39+0000] Using cached simplejson-3.17.2.tar.gz (83 kB)
[16:46:40+0000] Collecting sklearn==0.0
[16:46:40+0000] Using cached sklearn-0.0.tar.gz (1.1 kB)
[16:46:41+0000] Collecting spyder==4.1.5
[16:46:41+0000] Using cached spyder-4.1.5-py3-none-any.whl (10.7 MB)
[16:46:42+0000] Collecting spyder-kernels==1.9.4
[16:46:42+0000] Using cached spyder_kernels-1.9.4-py2.py3-none-any.whl (60 kB)
[16:46:43+0000] Collecting SQLAlchemy==1.3.24
[16:46:43+0000] Using cached SQLAlchemy-1.3.24-cp39-cp39-manylinux2010_x86_64.whl (1.3 MB)
[16:46:44+0000] Collecting srsly==1.0.5
[16:46:44+0000] Using cached srsly-1.0.5-cp39-cp39-manylinux2014_x86_64.whl (184 kB)
[16:46:46+0000] Collecting statsmodels==0.12.2
[16:46:46+0000] Using cached statsmodels-0.12.2-cp39-cp39-manylinux1_x86_64.whl (9.4 MB)
[16:46:48+0000] Collecting tensorflow==2.5.0
[16:46:49+0000] Downloading tensorflow-2.5.0-cp39-cp39-manylinux2010_x86_64.whl (454.4 MB)
[16:48:03+0000] Collecting tensorflow-estimator==2.5.0
[16:48:03+0000] Downloading tensorflow_estimator-2.5.0-py2.py3-none-any.whl (462 kB)
[16:48:03+0000] Collecting textblob==0.15.3
[16:48:03+0000] Downloading textblob-0.15.3-py2.py3-none-any.whl (636 kB)
[16:48:04+0000] Collecting urllib3==1.22
[16:48:04+0000] Downloading urllib3-1.22-py2.py3-none-any.whl (132 kB)
[16:48:04+0000] Collecting w3lib==1.22.0
[16:48:04+0000] Downloading w3lib-1.22.0-py2.py3-none-any.whl (20 kB)
[16:48:04+0000] Collecting WTForms==2.3.3
[16:48:04+0000] Downloading WTForms-2.3.3-py2.py3-none-any.whl (169 kB)
[16:48:04+0000] Collecting xgboost==1.3.3
[16:48:04+0000] Downloading xgboost-1.3.3-py3-none-manylinux2010_x86_64.whl (157.5 MB)
[16:48:25+0000] Collecting soupsieve>1.2; python_version >= "3.0"
[16:48:25+0000] Downloading soupsieve-2.2.1-py3-none-any.whl (33 kB)
[16:48:25+0000] Collecting itsdangerous>=0.24
[16:48:25+0000] Downloading itsdangerous-2.0.1-py3-none-any.whl (18 kB)
[16:48:25+0000] Collecting Werkzeug>=0.15
[16:48:25+0000] Downloading Werkzeug-2.0.1-py3-none-any.whl (288 kB)
[16:48:25+0000] Collecting click>=5.1
[16:48:25+0000] Downloading click-8.0.1-py3-none-any.whl (97 kB)
[16:48:26+0000] Collecting tornado>=4.2
[16:48:26+0000] Downloading tornado-6.1-cp39-cp39-manylinux2010_x86_64.whl (427 kB)
[16:48:26+0000] Collecting traitlets>=4.1.0
[16:48:26+0000] Downloading traitlets-5.0.5-py3-none-any.whl (100 kB)
[16:48:26+0000] Collecting jupyter-client
[16:48:26+0000] Downloading jupyter_client-6.1.12-py3-none-any.whl (112 kB)
[16:48:27+0000] Requirement already satisfied: setuptools>=18.5 in ./antenv/lib/python3.9/site-packages (from ipython==7.19.0->-r requirements.txt (line 7)) (49.2.1)
[16:48:27+0000] Collecting pexpect>4.3; sys_platform != "win32"
[16:48:27+0000] Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
[16:48:27+0000] Collecting decorator
[16:48:27+0000] Downloading decorator-5.0.9-py3-none-any.whl (8.9 kB)
[16:48:28+0000] Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0
[16:48:28+0000] Downloading prompt_toolkit-3.0.19-py3-none-any.whl (368 kB)
[16:48:28+0000] Collecting jedi>=0.10
[16:48:28+0000] Downloading jedi-0.18.0-py2.py3-none-any.whl (1.4 MB)
[16:48:28+0000] Collecting backcall
[16:48:28+0000] Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB)
[16:48:29+0000] Collecting pygments
[16:48:29+0000] Downloading Pygments-2.9.0-py3-none-any.whl (1.0 MB)
[16:48:29+0000] Collecting nbformat>=4.2.0
[16:48:29+0000] Downloading nbformat-5.1.3-py3-none-any.whl (178 kB)
[16:48:29+0000] Collecting widgetsnbextension~=3.5.0
[16:48:29+0000] Downloading widgetsnbextension-3.5.1-py2.py3-none-any.whl (2.2 MB)
[16:48:30+0000] Collecting MarkupSafe>=0.23
[16:48:30+0000] Downloading MarkupSafe-2.0.1-cp39-cp39-manylinux2010_x86_64.whl (30 kB)
[16:48:30+0000] Collecting pyyaml
[16:48:30+0000] Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB)
[16:48:31+0000] Collecting h5py
[16:48:31+0000] Downloading h5py-3.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.5 MB)
[16:48:32+0000] Collecting scipy>=0.14
[16:48:32+0000] Downloading scipy-1.7.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (28.4 MB)
[16:48:35+0000] Collecting six>=1.9.0
[16:48:35+0000] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
[16:48:36+0000] Collecting certifi>=2020.06.20
[16:48:36+0000] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
[16:48:36+0000] Collecting cycler>=0.10
[16:48:36+0000] Downloading cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
[16:48:36+0000] Collecting kiwisolver>=1.0.1
[16:48:36+0000] Downloading kiwisolver-1.3.1-cp39-cp39-manylinux1_x86_64.whl (1.2 MB)
[16:48:38+0000] Collecting pillow>=6.2.0
[16:48:38+0000] Downloading Pillow-8.3.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (3.0 MB)
[16:48:39+0000] Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.3
[16:48:39+0000] Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
[16:48:39+0000] Collecting nest-asyncio
[16:48:39+0000] Downloading nest_asyncio-1.5.1-py3-none-any.whl (5.0 kB)
[16:48:39+0000] Collecting async-generator
[16:48:39+0000] Downloading async_generator-1.10-py3-none-any.whl (18 kB)
[16:48:40+0000] Collecting tqdm
[16:48:40+0000] Downloading tqdm-4.61.2-py2.py3-none-any.whl (76 kB)
[16:48:40+0000] Collecting sphinx>=1.6.5
[16:48:40+0000] Downloading Sphinx-4.1.2-py3-none-any.whl (2.9 MB)
[16:48:42+0000] Collecting pytz>=2017.2
[16:48:42+0000] Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB)
[16:48:45+0000] Collecting Cython!=0.29.18,>=0.29
[16:48:45+0000] Downloading Cython-0.29.24-cp39-cp39-manylinux1_x86_64.whl (1.9 MB)
[16:48:46+0000] Collecting chardet<3.1.0,>=3.0.2
[16:48:46+0000] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
[16:48:46+0000] Collecting idna<2.9,>=2.5
[16:48:46+0000] Downloading idna-2.8-py2.py3-none-any.whl (58 kB)
[16:48:46+0000] Collecting oauthlib>=3.0.0
[16:48:46+0000] Downloading oauthlib-3.1.1-py2.py3-none-any.whl (146 kB)
[16:48:46+0000] Collecting threadpoolctl>=2.0.0
[16:48:46+0000] Downloading threadpoolctl-2.2.0-py3-none-any.whl (12 kB)
[16:48:47+0000] Collecting qtconsole>=4.6.0
[16:48:47+0000] Downloading qtconsole-5.1.1-py3-none-any.whl (119 kB)
[16:48:47+0000] Collecting atomicwrites>=1.2.0
[16:48:47+0000] Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
[16:48:47+0000] Collecting nbconvert>=4.0
[16:48:47+0000] Downloading nbconvert-6.1.0-py3-none-any.whl (551 kB)
[16:48:47+0000] Collecting qdarkstyle>=2.8
[16:48:47+0000] Downloading QDarkStyle-3.0.2-py2.py3-none-any.whl (453 kB)
[16:48:48+0000] Collecting pyzmq>=17
[16:48:48+0000] Downloading pyzmq-22.1.0-cp39-cp39-manylinux2010_x86_64.whl (1.1 MB)
[16:48:51+0000] Collecting watchdog
[16:48:51+0000] Downloading watchdog-2.1.3-py3-none-manylinux2014_x86_64.whl (75 kB)
[16:48:51+0000] Collecting pyxdg>=0.26; platform_system == "Linux"
[16:48:51+0000] Downloading pyxdg-0.27-py2.py3-none-any.whl (49 kB)
[16:48:52+0000] Collecting pylint>=1.0
[16:48:52+0000] Downloading pylint-2.9.6-py3-none-any.whl (375 kB)
[16:48:52+0000] Collecting qtpy>=1.5.0
[16:48:52+0000] Downloading QtPy-1.9.0-py2.py3-none-any.whl (54 kB)
[16:48:52+0000] Collecting pyqtwebengine<5.13; python_version >= "3"
[16:48:52+0000] Downloading PyQtWebEngine-5.12.1-5.12.10-cp35.cp36.cp37.cp38.cp39-abi3-manylinux1_x86_64.whl (60.1 MB)
[16:49:02+0000] Collecting psutil>=5.3
[16:49:02+0000] Downloading psutil-5.8.0-cp39-cp39-manylinux2010_x86_64.whl (293 kB)
[16:49:02+0000] Collecting parso==0.7.0
[16:49:02+0000] Downloading parso-0.7.0-py2.py3-none-any.whl (100 kB)
[16:49:02+0000] Collecting diff-match-patch>=20181111
[16:49:02+0000] Downloading diff_match_patch-20200713-py3-none-any.whl (61 kB)
[16:49:03+0000] Collecting pyqt5<5.13; python_version >= "3"
[16:49:03+0000] Downloading PyQt5-5.12.3-5.12.10-cp35.cp36.cp37.cp38.cp39-abi3-manylinux1_x86_64.whl (62.4 MB)
[16:49:12+0000] Collecting intervaltree
[16:49:12+0000] Downloading intervaltree-3.0.0-py3-none-any.whl (25 kB)
[16:49:13+0000] Collecting python-language-server[all]<1.0.0,>=0.34.0
[16:49:13+0000] Downloading python_language_server-0.36.2-py2.py3-none-any.whl (51 kB)
[16:49:13+0000] Collecting cloudpickle>=0.5.0
[16:49:13+0000] Downloading cloudpickle-1.6.0-py3-none-any.whl (23 kB)
[16:49:14+0000] Collecting keyring; sys_platform != "linux2"
[16:49:14+0000] Downloading keyring-23.0.1-py3-none-any.whl (33 kB)
[16:49:14+0000] Collecting qtawesome>=0.5.7
[16:49:14+0000] Downloading QtAwesome-1.0.3-py3-none-any.whl (863 kB)
[16:49:15+0000] Collecting wurlitzer>=1.0.3; platform_system != "Windows"
[16:49:15+0000] Downloading wurlitzer-2.1.1-py2.py3-none-any.whl (6.2 kB)
[16:49:15+0000] Collecting patsy>=0.5
[16:49:15+0000] Downloading patsy-0.5.1-py2.py3-none-any.whl (231 kB)
[16:49:15+0000] Collecting flatbuffers~=1.12.0
[16:49:15+0000] Downloading flatbuffers-1.12-py2.py3-none-any.whl (15 kB)
[16:49:15+0000] Collecting astunparse~=1.6.3
[16:49:15+0000] Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
[16:49:15+0000] Collecting absl-py~=0.10
[16:49:15+0000] Downloading absl_py-0.13.0-py3-none-any.whl (132 kB)
[16:49:15+0000] Collecting wrapt~=1.12.1
[16:49:16+0000] Downloading wrapt-1.12.1.tar.gz (27 kB)
[16:49:18+0000] Collecting protobuf>=3.9.2
[16:49:18+0000] Downloading protobuf-3.17.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)
[16:49:18+0000] Collecting typing-extensions~=3.7.4
[16:49:18+0000] Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
[16:49:18+0000] Collecting keras-nightly~=2.5.0.dev
[16:49:18+0000] Downloading keras_nightly-2.5.0.dev2021032900-py2.py3-none-any.whl (1.2 MB)
[16:49:18+0000] Requirement already satisfied: wheel~=0.35 in /tmp/oryx/platforms/python/3.9.0/lib/python3.9/site-packages (from tensorflow==2.5.0->-r requirements.txt (line 43)) (0.35.1)
[16:49:19+0000] Collecting termcolor~=1.1.0
[16:49:19+0000] Downloading termcolor-1.1.0.tar.gz (3.9 kB)
[16:49:20+0000] Collecting gast==0.4.0
[16:49:20+0000] Downloading gast-0.4.0-py3-none-any.whl (9.8 kB)
[16:49:20+0000] Collecting google-pasta~=0.2
[16:49:20+0000] Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB)
[16:49:20+0000] Collecting opt-einsum~=3.3.0
[16:49:20+0000] Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB)
[16:49:20+0000] Collecting tensorboard~=2.5
[16:49:20+0000] Downloading tensorboard-2.5.0-py3-none-any.whl (6.0 MB)
[16:49:24+0000] Collecting grpcio~=1.34.0
[16:49:24+0000] Downloading grpcio-1.34.1-cp39-cp39-manylinux2014_x86_64.whl (4.0 MB)
[16:49:26+0000] Collecting jupyter-core>=4.6.0
[16:49:26+0000] Downloading jupyter_core-4.7.1-py3-none-any.whl (82 kB)
[16:49:26+0000] Collecting ptyprocess>=0.5
[16:49:26+0000] Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
[16:49:26+0000] Collecting wcwidth
[16:49:26+0000] Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
[16:49:26+0000] Collecting jsonschema!=2.5.0,>=2.4
[16:49:26+0000] Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
[16:49:27+0000] Collecting notebook>=4.4.1
[16:49:27+0000] Downloading notebook-6.4.0-py3-none-any.whl (9.5 MB)
[16:49:28+0000] Collecting sphinxcontrib-jsmath
[16:49:28+0000] Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
[16:49:28+0000] Collecting sphinxcontrib-htmlhelp>=2.0.0
[16:49:28+0000] Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB)
[16:49:28+0000] Collecting alabaster<0.8,>=0.7
[16:49:28+0000] Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB)
[16:49:28+0000] Collecting imagesize
[16:49:28+0000] Downloading imagesize-1.2.0-py2.py3-none-any.whl (4.8 kB)
[16:49:28+0000] Collecting sphinxcontrib-applehelp
[16:49:28+0000] Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB)
[16:49:28+0000] Collecting sphinxcontrib-qthelp
[16:49:28+0000] Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB)
[16:49:29+0000] Collecting docutils<0.18,>=0.14
[16:49:29+0000] Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB)
[16:49:29+0000] Collecting snowballstemmer>=1.1
[16:49:29+0000] Downloading snowballstemmer-2.1.0-py2.py3-none-any.whl (93 kB)
[16:49:29+0000] Collecting babel>=1.3
[16:49:29+0000] Downloading Babel-2.9.1-py2.py3-none-any.whl (8.8 MB)
[16:49:30+0000] Collecting sphinxcontrib-devhelp
[16:49:30+0000] Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB)
[16:49:30+0000] Collecting sphinxcontrib-serializinghtml>=1.1.5
[16:49:30+0000] Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB)
[16:49:30+0000] Collecting packaging
[16:49:30+0000] Downloading packaging-21.0-py3-none-any.whl (40 kB)
[16:49:30+0000] Collecting jupyterlab-pygments
[16:49:31+0000] Downloading jupyterlab_pygments-0.1.2-py2.py3-none-any.whl (4.6 kB)
[16:49:31+0000] Collecting defusedxml
[16:49:31+0000] Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
[16:49:31+0000] Collecting entrypoints>=0.2.2
[16:49:31+0000] Downloading entrypoints-0.3-py2.py3-none-any.whl (11 kB)
[16:49:31+0000] Collecting bleach
[16:49:31+0000] Downloading bleach-3.3.1-py2.py3-none-any.whl (146 kB)
[16:49:32+0000] Collecting testpath
[16:49:32+0000] Downloading testpath-0.5.0-py3-none-any.whl (84 kB)
[16:49:32+0000] Collecting mistune<2,>=0.8.1
[16:49:32+0000] Downloading mistune-0.8.4-py2.py3-none-any.whl (16 kB)
[16:49:32+0000] Collecting toml>=0.7.1
[16:49:32+0000] Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
[16:49:32+0000] Collecting astroid<2.7,>=2.6.5
[16:49:32+0000] Downloading astroid-2.6.5-py3-none-any.whl (231 kB)
[16:49:32+0000] Collecting mccabe<0.7,>=0.6
[16:49:32+0000] Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
[16:49:33+0000] Collecting PyQt5_sip<13,>=4.19.14
[16:49:33+0000] Downloading PyQt5_sip-12.9.0-cp39-cp39-manylinux1_x86_64.whl (328 kB)
[16:49:33+0000] Collecting sortedcontainers<3.0,>=2.0
[16:49:33+0000] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
[16:49:33+0000] Collecting python-jsonrpc-server>=0.4.0
[16:49:33+0000] Downloading python_jsonrpc_server-0.4.0-py3-none-any.whl (8.9 kB)
[16:49:33+0000] Collecting pluggy
[16:49:33+0000] Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
[16:49:34+0000] Collecting ujson>=3.0.0; python_version > "3"
[16:49:34+0000] Downloading ujson-4.0.2-cp39-cp39-manylinux1_x86_64.whl (179 kB)
[16:49:34+0000] Collecting pyflakes<2.3.0,>=2.2.0; extra == "all"
[16:49:34+0000] Downloading pyflakes-2.2.0-py2.py3-none-any.whl (66 kB)
[16:49:34+0000] Collecting rope>=0.10.5; extra == "all"
[16:49:34+0000] Downloading rope-0.16.0-py3-none-any.whl (180 kB)
[16:49:34+0000] Collecting flake8>=3.8.0; extra == "all"
[16:49:34+0000] Downloading flake8-3.9.2-py2.py3-none-any.whl (73 kB)
[16:49:35+0000] Collecting pycodestyle<2.7.0,>=2.6.0; extra == "all"
[16:49:35+0000] Downloading pycodestyle-2.6.0-py2.py3-none-any.whl (41 kB)
[16:49:35+0000] Collecting autopep8; extra == "all"
[16:49:35+0000] Downloading autopep8-1.5.7-py2.py3-none-any.whl (45 kB)
[16:49:35+0000] Collecting yapf; extra == "all"
[16:49:35+0000] Downloading yapf-0.31.0-py2.py3-none-any.whl (185 kB)
[16:49:35+0000] Collecting pydocstyle>=2.0.0; extra == "all"
[16:49:35+0000] Downloading pydocstyle-6.1.1-py3-none-any.whl (37 kB)
[16:49:36+0000] Collecting importlib-metadata>=3.6
[16:49:36+0000] Downloading importlib_metadata-4.6.1-py3-none-any.whl (17 kB)
[16:49:36+0000] Collecting jeepney>=0.4.2; sys_platform == "linux"
[16:49:36+0000] Downloading jeepney-0.7.1-py3-none-any.whl (54 kB)
[16:49:36+0000] Collecting SecretStorage>=3.2; sys_platform == "linux"
[16:49:36+0000] Downloading SecretStorage-3.3.1-py3-none-any.whl (15 kB)
[16:49:36+0000] Collecting tensorboard-plugin-wit>=1.6.0
[16:49:36+0000] Using cached tensorboard_plugin_wit-1.8.0-py3-none-any.whl (781 kB)
[16:49:36+0000] Collecting tensorboard-data-server<0.7.0,>=0.6.0
[16:49:37+0000] Downloading tensorboard_data_server-0.6.1-py3-none-manylinux2010_x86_64.whl (4.9 MB)
[16:49:37+0000] Collecting markdown>=2.6.8
[16:49:37+0000] Downloading Markdown-3.3.4-py3-none-any.whl (97 kB)
[16:49:37+0000] Collecting google-auth-oauthlib<0.5,>=0.4.1
[16:49:37+0000] Downloading google_auth_oauthlib-0.4.4-py2.py3-none-any.whl (18 kB)
[16:49:38+0000] Collecting google-auth<2,>=1.6.3
[16:49:38+0000] Downloading google_auth-1.34.0-py2.py3-none-any.whl (152 kB)
[16:49:38+0000] Collecting attrs>=17.4.0
[16:49:38+0000] Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
[16:49:38+0000] Collecting pyrsistent>=0.14.0
[16:49:38+0000] Downloading pyrsistent-0.18.0-cp39-cp39-manylinux1_x86_64.whl (117 kB)
[16:49:39+0000] Collecting Send2Trash>=1.5.0
[16:49:39+0000] Downloading Send2Trash-1.7.1-py3-none-any.whl (17 kB)
[16:49:39+0000] Collecting prometheus-client
[16:49:39+0000] Downloading prometheus_client-0.11.0-py2.py3-none-any.whl (56 kB)
[16:49:39+0000] Collecting argon2-cffi
[16:49:39+0000] Downloading argon2_cffi-20.1.0-cp35-abi3-manylinux1_x86_64.whl (97 kB)
[16:49:39+0000] Collecting terminado>=0.8.3
[16:49:39+0000] Downloading terminado-0.10.1-py3-none-any.whl (14 kB)
[16:49:39+0000] Collecting webencodings
[16:49:39+0000] Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
[16:49:40+0000] Collecting zipp>=0.5
[16:49:40+0000] Downloading zipp-3.5.0-py3-none-any.whl (5.7 kB)
[16:49:42+0000] Collecting cryptography>=2.0
[16:49:42+0000] Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
[16:49:42+0000] Collecting cachetools<5.0,>=2.0.0
[16:49:42+0000] Downloading cachetools-4.2.2-py3-none-any.whl (11 kB)
[16:49:43+0000] Collecting rsa<5,>=3.1.4; python_version >= "3.6"
[16:49:43+0000] Downloading rsa-4.7.2-py3-none-any.whl (34 kB)
[16:49:43+0000] Collecting pyasn1-modules>=0.2.1
[16:49:43+0000] Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
[16:49:44+0000] Collecting cffi>=1.0.0
[16:49:44+0000] Downloading cffi-1.14.6-cp39-cp39-manylinux1_x86_64.whl (405 kB)
[16:49:44+0000] Collecting pyasn1>=0.1.3
[16:49:44+0000] Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
[16:49:44+0000] Collecting pycparser
[16:49:45+0000] Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB)
[16:49:45+0000] Building wheels for collected packages: lazy-object-proxy, matplotlib, nltk, numpy, pandocfilters, retrying, scikit-learn, simplejson, sklearn, wrapt, termcolor
[16:49:45+0000] Building wheel for lazy-object-proxy (PEP 517): started
[16:49:50+0000] Building wheel for lazy-object-proxy (PEP 517): finished with status 'done'
[16:49:50+0000] Created wheel for lazy-object-proxy: filename=lazy_object_proxy-1.4.3-cp39-cp39-linux_x86_64.whl size=58316 sha256=6b7a0f087e1be7d92f5aaec86aea195ddc557e4f8b667dcf70a4ca26b46417fc
[16:49:50+0000] Stored in directory: /usr/local/share/pip-cache/wheels/41/20/07/2a3e02cdfc8b442404202f6ef99ff1b1c16b73910968a46f2f
[16:49:50+0000] Building wheel for matplotlib (setup.py): started
[16:50:50+0000] Building wheel for matplotlib (setup.py): still running...
[16:51:52+0000] Building wheel for matplotlib (setup.py): still running...
[16:53:00+0000] Building wheel for matplotlib (setup.py): still running...
[16:54:04+0000] Building wheel for matplotlib (setup.py): still running...
[16:54:13+0000] Building wheel for matplotlib (setup.py): finished with status 'done'
[16:54:14+0000] Created wheel for matplotlib: filename=matplotlib-3.3.2-cp39-cp39-linux_x86_64.whl size=9978396 sha256=0da9a3e8eea2389d5edf3fb6d7c8e51a7125ba17567cd6f51870ce2e93683c1a
[16:54:14+0000] Stored in directory: /usr/local/share/pip-cache/wheels/a6/65/5d/e2634e905fc0a7d4486dfc5acd9e68b48aae52634d82c5ed69
[16:54:14+0000] Building wheel for nltk (setup.py): started
[16:54:18+0000] Building wheel for nltk (setup.py): finished with status 'done'
[16:54:18+0000] Created wheel for nltk: filename=nltk-3.5-py3-none-any.whl size=1434674 sha256=b6bfc412f17f11a6937afa0aa6ca0a0bf3f4999eef493a755bbcf71399cdea14
[16:54:18+0000] Stored in directory: /usr/local/share/pip-cache/wheels/13/ae/bb/5e2a232ebaa1d2f38dd5f587e9fc4cf6ccb12758d14dac14d8
[16:54:18+0000] Building wheel for numpy (PEP 517): started
[16:55:21+0000] Building wheel for numpy (PEP 517): still running...
[16:56:29+0000] Building wheel for numpy (PEP 517): still running...
[16:57:30+0000] Building wheel for numpy (PEP 517): still running...
[16:58:33+0000] Building wheel for numpy (PEP 517): still running...
[17:01:15+0000] Building wheel for numpy (PEP 517): still running...
[17:02:18+0000] Building wheel for numpy (PEP 517): still running...
[17:03:20+0000] Building wheel for numpy (PEP 517): still running...
[17:04:42+0000] Building wheel for numpy (PEP 517): still running...
[17:05:46+0000] Building wheel for numpy (PEP 517): still running...
[17:06:47+0000] Building wheel for numpy (PEP 517): still running...
An unknown error has occurred. Check the diagnostic log for details.
Error: Failed to deploy web package to App Service.
Error: Deployment Failed with Error: Package deployment using ZIP Deploy failed. Refer to logs for more details.
App Service Application URL: http://sentimentanalysisimdb.azurewebsites.net

And error from Microsoft Azure

[17:08:04+0000] Building wheel for NumPy (PEP 517): still running...
[17:08:49+0000] Building wheel for NumPy (PEP 517): finished with status 'done'
[17:08:52+0000] Created wheel for numpy: filename=numpy-1.19.2-cp39-cp39-linux_x86_64.whl size=17653229 sha256=fe1e71eb90998f6ca5828c1aa59ef7510dcde8724aedda31ba22c14ccc56a667
[17:08:52+0000] Stored in directory: /usr/local/share/pip-cache/wheels/a3/17/dd/f2dba23a35bb6008732772ccfb13d3d0e537fbc6919ce6862b
[17:08:52+0000] Building wheel for pandocfilters (setup.py): started
[17:08:53+0000] Building wheel for pandocfilters (setup.py): finished with status 'done'
[17:08:53+0000] Created wheel for pandocfilters: filename=pandocfilters-1.4.3-py3-none-any.whl size=7991 sha256=a1b0e70f7e39f76e48772fd6354c05bf2d4024c6624aba9b0dae37a2fcac5f3b
[17:08:53+0000] Stored in directory: /usr/local/share/pip-cache/wheels/d7/2c/f8/55fc25b6130566bdddef382806ceaa33161b39a066c2de5912
[17:08:53+0000] Building wheel for retrying (setup.py): started
[17:08:55+0000] Building wheel for retrying (setup.py): finished with status 'done'
[17:08:55+0000] Created wheel for retrying: filename=retrying-1.3.3-py3-none-any.whl size=11429 sha256=e8f99b9c31f05885a8ff9dc6cbb7b7e593ed2e2b56f7b9db221d33c0f5f9e43f
[17:08:55+0000] Stored in directory: /usr/local/share/pip-cache/wheels/ce/18/7f/e9527e3e66db1456194ac7f61eb3211068c409edceecff2d31
[17:08:55+0000] Building wheel for scikit-learn (PEP 517): started
[17:12:55+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:14:03+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:15:13+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:16:20+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:17:28+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:18:33+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:19:48+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:21:07+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:22:19+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:23:47+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:24:47+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:25:59+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:27:15+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:28:15+0000] Building wheel for scikit-learn (PEP 517): still running...
[17:28:23+0000] Building wheel for scikit-learn (PEP 517): finished with status 'done'
[17:28:23+0000] Created wheel for scikit-learn: filename=scikit_learn-0.23.2-cp39-cp39-linux_x86_64.whl size=23160659 sha256=481b3f0dce1a5394cdbd7fa641f388f20436e2a3df25529e3e7d5a6e448063e2
[17:28:23+0000] Stored in directory: /usr/local/share/pip-cache/wheels/5e/74/24/7e235ccf01765c0daa089c98cc823e9dc1383da5fe0ed7e224
[17:28:23+0000] Building wheel for simplejson (setup.py): started
[17:28:28+0000] Building wheel for simplejson (setup.py): finished with status 'done'
[17:28:28+0000] Created wheel for simplejson: filename=simplejson-3.17.2-cp39-cp39-linux_x86_64.whl size=134155 sha256=3c737ecf29e41bd741cda6b5ff5f9bf176ba32f27376e7a9a05d893bc2c7bb2f
[17:28:28+0000] Stored in directory: /usr/local/share/pip-cache/wheels/a2/c7/6a/2dabbded050716dd50faef2145e3ffa509b0d3895899c599f5
[17:28:28+0000] Building wheel for sklearn (setup.py): started
[17:28:29+0000] Building wheel for sklearn (setup.py): finished with status 'done'
[17:28:29+0000] Created wheel for sklearn: filename=sklearn-0.0-py2.py3-none-any.whl size=1316 sha256=1e6621f37979df6f862bdb71fc59bc49d5a8e2186ad07feb38ccf06a9f8b7167
[17:28:29+0000] Stored in directory: /usr/local/share/pip-cache/wheels/e4/7b/98/b6466d71b8d738a0c547008b9eb39bf8676d1ff6ca4b22af1c
[17:28:29+0000] Building wheel for wrapt (setup.py): started
[17:28:33+0000] Building wheel for wrapt (setup.py): finished with status 'done'
[17:28:33+0000] Created wheel for wrapt: filename=wrapt-1.12.1-cp39-cp39-linux_x86_64.whl size=78243 sha256=2a6d6422fe59283d15553c007bc392deee6c143e92036dcc062e483209e84e5e
[17:28:33+0000] Stored in directory: /usr/local/share/pip-cache/wheels/98/23/68/efe259aaca055e93b08e74fbe512819c69a2155c11ba3c0f10
[17:28:33+0000] Building wheel for termcolor (setup.py): started
[17:28:34+0000] Building wheel for termcolor (setup.py): finished with status 'done'
[17:28:34+0000] Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4830 sha256=84a9c9b510d8763d4ecde7e8f353548d06819caae36582e4a028db70416e3b18
[17:28:34+0000] Stored in directory: /usr/local/share/pip-cache/wheels/b6/0d/90/0d1bbd99855f99cb2f6c2e5ff96f8023fad8ec367695f7d72d
[17:28:34+0000] Successfully built lazy-object-proxy matplotlib nltk numpy pandocfilters retrying scikit-learn simplejson sklearn wrapt termcolor
[17:28:40+0000] Installing collected packages: soupsieve, beautifulsoup4, cssselect, itsdangerous, MarkupSafe, Jinja2, Werkzeug, click, Flask, WTForms, Flask-WTF, graphviz, ipython-genutils, traitlets, pickleshare, ptyprocess, pexpect, decorator, wcwidth, prompt-toolkit, parso, jedi, backcall, pygments, ipython, tornado, jupyter-core, six, python-dateutil, pyzmq, jupyter-client, ipykernel, attrs, pyrsistent, jsonschema, nbformat, Send2Trash, prometheus-client, pycparser, cffi, argon2-cffi, terminado, jupyterlab-pygments, defusedxml, nest-asyncio, async-generator, nbclient, pandocfilters, entrypoints, webencodings, pyparsing, packaging, bleach, testpath, mistune, nbconvert, notebook, widgetsnbextension, ipywidgets, isort, jmespath, joblib, json5, numpy, pyyaml, h5py, scipy, Keras, Keras-Preprocessing, lazy-object-proxy, certifi, cycler, kiwisolver, pillow, matplotlib, threadpoolctl, scikit-learn, pytz, pandas, mlxtend, regex, tqdm, nltk, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, alabaster, imagesize, sphinxcontrib-applehelp, sphinxcontrib-qthelp, docutils, snowballstemmer, chardet, idna, urllib3, requests, babel, sphinxcontrib-devhelp, sphinxcontrib-serializinghtml, sphinx, numpydoc, retrying, plotly, Cython, patsy, statsmodels, pmdarima, oauthlib, requests-oauthlib, seaborn, simplejson, sklearn, qtpy, qtconsole, atomicwrites, qdarkstyle, watchdog, cloudpickle, wurlitzer, spyder-kernels, pyxdg, toml, wrapt, astroid, mccabe, pylint, PyQt5-sip, pyqt5, pyqtwebengine, psutil, diff-match-patch, sortedcontainers, intervaltree, ujson, python-jsonrpc-server, pluggy, pyflakes, rope, pycodestyle, flake8, autopep8, yapf, pydocstyle, python-language-server, zipp, importlib-metadata, jeepney, cryptography, SecretStorage, keyring, qtawesome, spyder, SQLAlchemy, srsly, flatbuffers, astunparse, absl-py, protobuf, typing-extensions, keras-nightly, termcolor, tensorflow-estimator, gast, google-pasta, opt-einsum, tensorboard-plugin-wit, tensorboard-data-server, markdown, grpcio, cachetools, pyasn1, rsa, pyasn1-modules, google-auth, google-auth-oauthlib, tensorboard, tensorflow, textblob, w3lib, xgboost

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.