[ UTC ] Logs for diabetes-jg5frwwg6xvzapp2vnv8zev.streamlit.app/
────────────────────────────────────────────────────────────────────────────────────────
[19:40:32] 🖥 Provisioning machine...
[19:40:32] 🎛 Preparing system...
[19:40:32] ⛓ Spinning up manager process...
[19:40:39] 🚀 Starting up repository: 'diabetes', branch: 'main', main module: 'app_main.py'
[19:40:39] 🐙 Cloning repository...
[19:40:40] 🐙 Cloning into '/mount/src/diabetes'...
Warning: Permanently added the ED25519 host key for IP address '192.30.255.112' to the list of known hosts.
[19:40:40] 🐙 Cloned repository!
[19:40:40] 🐙 Pulling code changes from Github...
[19:40:41] 📦 Processing dependencies...
──────────────────────────────────────── pip ───────────────────────────────────────────
Collecting seaborn==0.10.1
Downloading seaborn-0.10.1-py3-none-any.whl (215 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.5/215.5 KB 8.4 MB/s eta 0:00:00[2024-01-22 19:40:42.632256]
Collecting matplotlib==3.2.2
Downloading matplotlib-3.2.2.tar.gz (40.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.3/40.3 MB 141.2 MB/s eta 0:00:00[2024-01-22 19:40:43.634520]
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting plotly==4.8.0
Downloading plotly-4.8.0-py2.py3-none-any.whl (11.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 136.3 MB/s eta 0:00:00[2024-01-22 19:40:49.552507]
Collecting pandas==1.1.3
Downloading pandas-1.1.3-cp39-cp39-manylinux1_x86_64.whl (9.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 218.1 MB/s eta 0:00:00[2024-01-22 19:40:50.047087]
Collecting numpy==1.19.2
Downloading numpy-1.19.2.zip (7.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/7.3 MB 154.7 MB/s eta 0:00:00[2024-01-22 19:40:50.826485]
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'error'
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [54 lines of output]
Running from numpy source directory.
setup.py:470: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates
run_build = parse_setuppy_commands()
Error compiling Cython file:
------------------------------------------------------------
...
self.rng_state.ctr.v[i] = counter[i]
self._reset_state_variables()
self._bitgen.state = <void *>&self.rng_state
self._bitgen.next_uint64 = &philox_uint64
^
------------------------------------------------------------
_philox.pyx:195:35: Cannot assign type 'uint64_t (*)(void *) except? -1 nogil' to 'uint64_t (*)(void *) noexcept nogil'. Exception values are incompatible. Suggest adding 'noexcept' to type 'uint64_t (void *) except? -1 nogil'.
Processing numpy/random/_bounded_integers.pxd.in
Processing numpy/random/_philox.pyx
Traceback (most recent call last):
File "/tmp/pip-install-d6fdi_no/numpy_094047f443f444e68eee9745ea9e0cb9/tools/cythonize.py", line 235, in <module>
main()
File "/tmp/pip-install-d6fdi_no/numpy_094047f443f444e68eee9745ea9e0cb9/tools/cythonize.py", line 231, in main
find_process_files(root_dir)
File "/tmp/pip-install-d6fdi_no/numpy_094047f443f444e68eee9745ea9e0cb9/tools/cythonize.py", line 222, in find_process_files
process(root_dir, fromfile, tofile, function, hash_db)
File "/tmp/pip-install-d6fdi_no/numpy_094047f443f444e68eee9745ea9e0cb9/tools/cythonize.py", line 188, in process
processor_function(fromfile, tofile)
File "/tmp/pip-install-d6fdi_no/numpy_094047f443f444e68eee9745ea9e0cb9/tools/cythonize.py", line 77, in process_pyx
subprocess.check_call(
File "/usr/local/lib/python3.9/subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/adminuser/venv/bin/python', '-m', 'cython', '-3', '--fast-fail', '-o', '_philox.c', '_philox.pyx']' returned non-zero exit status 1.
Cythonizing sources
Traceback (most recent call last):
File "/home/adminuser/venv/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
main()
File "/home/adminuser/venv/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/home/adminuser/venv/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 164, in prepare_metadata_for_build_wheel
return hook(metadata_directory, config_settings)
File "/tmp/pip-build-env-qjyq_69k/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 157, in prepare_metadata_for_build_wheel
self.run_setup()
File "/tmp/pip-build-env-qjyq_69k/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 248, in run_setup
super(_BuildMetaLegacyBackend,
File "/tmp/pip-build-env-qjyq_69k/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 142, in run_setup
exec(compile(code, __file__, 'exec'), locals())
File "setup.py", line 499, in <module>
setup_package()
File "setup.py", line 479, in setup_package
generate_cython()
File "setup.py", line 274, in generate_cython
raise RuntimeError("Running cythonize failed!")
RuntimeError: Running cythonize failed!
[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.
WARNING: You are using pip version 22.0.3; however, version 23.3.2 is available.
You should consider upgrading via the '/home/adminuser/venv/bin/python -m pip install --upgrade pip' command.
Checking if Streamlit is installed
────────────────────────────────────────────────────────────────────────────────────────
[19:41:01] ❗️ installer returned a non-zero exit code
[19:41:01] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[19:42:39] [ UTC ] Logs for diabetes-jg5frwwg6xvzapp2vnv8zev.streamlit.app/
────────────────────────────────────────────────────────────────────────────────────────
[19:40:32] 🖥 Provisioning machine...
[19:40:32] 🎛 Preparing system...
[19:40:32] ⛓ Spinning up manager process...
[19:40:39] 🚀 Starting up repository: 'diabetes', branch: 'main', main module: 'app_main.py'
[19:40:39] 🐙 Cloning repository...
[19:40:40] 🐙 Cloning into '/mount/src/diabetes'...
Warning: Permanently added the ED25519 host key for IP address '192.30.255.112' to the list of known hosts.
[19:40:40] 🐙 Cloned repository!
[19:40:40] 🐙 Pulling code changes from Github...
[19:40:41] 📦 Processing dependencies...
──────────────────────────────────────── pip ───────────────────────────────────────────
Collecting seaborn==0.10.1
Downloading seaborn-0.10.1-py3-none-any.whl (215 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.5/215.5 KB 8.4 MB/s eta 0:00:00[2024-01-22 19:40:42.632256]
Collecting matplotlib==3.2.2
Downloading matplotlib-3.2.2.tar.gz (40.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.3/40.3 MB 141.2 MB/s eta 0:00:00[2024-01-22 19:40:43.634520]
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting plotly==4.8.0
Downloading plotly-4.8.0-py2.py3-none-any.whl (11.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 136.3 MB/s eta 0:00:00[2024-01-22 19:40:49.552507]
Collecting pandas==1.1.3
Downloading pandas-1.1.3-cp39-cp39-manylinux1_x86_64.whl (9.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 218.1 MB/s eta 0:00:00[2024-01-22 19:40:50.047087]
Collecting numpy==1.19.2
Downloading numpy-1.19.2.zip (7.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/7.3 MB 154.7 MB/s eta 0:00:00[2024-01-22 19:40:50.826485]
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'error'
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [54 lines of output]
Running from numpy source directory.
setup.py:470: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates
run_build = parse_setuppy_commands()
Error compiling Cython file:
------------------------------------------------------------
...
self.rng_state.ctr.v[i] = counter[i]
self._reset_state_variables()
self._bitgen.state = <void *>&self.rng_state
self._bitgen.next_uint64 = &philox_uint64
^
------------------------------------------------------------
_philox.pyx:195:35: Cannot assign type 'uint64_t (*)(void *) except? -1 nogil' to 'uint64_t (*)(void *) noexcept nogil'. Exception values are incompatible. Suggest adding 'noexcept' to type 'uint64_t (void *) except? -1 nogil'.
Processing numpy/random/_bounded_integers.pxd.in
Processing numpy/random/_philox.pyx
Traceback (most recent call last):
File "/tmp/pip-install-d6fdi_no/numpy_094047f443f444e68eee9745ea9e0cb9/tools/cythonize.py", line 235, in <module>
main()
File "/tmp/pip-install-d6fdi_no/numpy_094047f443f444e68eee9745ea9e0cb9/tools/cythonize.py", line 231, in main
find_process_files(root_dir)
File "/tmp/pip-install-d6fdi_no/numpy_094047f443f444e68eee9745ea9e0cb9/tools/cythonize.py", line 222, in find_process_files
process(root_dir, fromfile, tofile, function, hash_db)
File "/tmp/pip-install-d6fdi_no/numpy_094047f443f444e68eee9745ea9e0cb9/tools/cythonize.py", line 188, in process
processor_function(fromfile, tofile)
File "/tmp/pip-install-d6fdi_no/numpy_094047f443f444e68eee9745ea9e0cb9/tools/cythonize.py", line 77, in process_pyx
subprocess.check_call(
File "/usr/local/lib/python3.9/subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/adminuser/venv/bin/python', '-m', 'cython', '-3', '--fast-fail', '-o', '_philox.c', '_philox.pyx']' returned non-zero exit status 1.
Cythonizing sources
Traceback (most recent call last):
File "/home/adminuser/venv/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
main()
File "/home/adminuser/venv/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/home/adminuser/venv/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 164, in prepare_metadata_for_build_wheel
return hook(metadata_directory, config_settings)
File "/tmp/pip-build-env-qjyq_69k/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 157, in prepare_metadata_for_build_wheel
self.run_setup()
File "/tmp/pip-build-env-qjyq_69k/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 248, in run_setup
super(_BuildMetaLegacyBackend,
File "/tmp/pip-build-env-qjyq_69k/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 142, in run_setup
exec(compile(code, __file__, 'exec'), locals())
File "setup.py", line 499, in <module>
setup_package()
File "setup.py", line 479, in setup_package
generate_cython()
File "setup.py", line 274, in generate_cython
raise RuntimeError("Running cythonize failed!")
RuntimeError: Running cythonize failed!
[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.
WARNING: You are using pip version 22.0.3; however, version 23.3.2 is available.
You should consider upgrading via the '/home/adminuser/venv/bin/python -m pip install --upgrade pip' command.
Checking if Streamlit is installed
────────────────────────────────────────────────────────────────────────────────────────
[19:41:01] ❗️ installer returned a non-zero exit code
[19:41:01] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[19:42:39] ❗️ Streamlit server consistently failed status checks
[19:42:39] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.❗️ Streamlit server consistently failed status checks
[19:42:39] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.