Replies: 1 comment
-
closing this , my container has not started so will be related ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello ,
my app is not starting with this error , this is out of the box deployed from devcontainer .... Thanks !
2024-08-23T06:07:38.602788244Z _____
2024-08-23T06:07:38.602817544Z / _ \ __________ _________ ____
2024-08-23T06:07:38.602821944Z / /\ \__ / | _ __ _/ __ \
2024-08-23T06:07:38.602824744Z / | / /| | /| | /\ /
2024-08-23T06:07:38.602827544Z _|__ /_____ _/ || __ >
2024-08-23T06:07:38.602841044Z / / /
2024-08-23T06:07:38.602844144Z A P P S E R V I C E O N L I N U X
2024-08-23T06:07:38.602846744Z
2024-08-23T06:07:38.602849444Z Documentation: http://aka.ms/webapp-linux
2024-08-23T06:07:38.602852044Z Python 3.10.14
2024-08-23T06:07:38.602854644Z Note: Any data outside '/home' is not persisted
2024-08-23T06:07:39.652249092Z Starting OpenBSD Secure Shell server: sshd.
2024-08-23T06:07:39.739475138Z WEBSITES_INCLUDE_CLOUD_CERTS is not set to true.
2024-08-23T06:07:39.858620372Z Site's appCommandLine: gunicorn --workers 2 --worker-class uvicorn.workers.UvicornWorker app:app --timeout 600
2024-08-23T06:07:39.866142393Z Launching oryx with: create-script -appPath /home/site/wwwroot -output /opt/startup/startup.sh -virtualEnvName antenv -defaultApp /opt/defaultsite -userStartupCommand 'gunicorn --workers 2 --worker-class uvicorn.workers.UvicornWorker app:app --timeout 600'
2024-08-23T06:07:39.971185989Z Could not find build manifest file at '/home/site/wwwroot/oryx-manifest.toml'
2024-08-23T06:07:39.973447295Z Could not find operation ID in manifest. Generating an operation id...
2024-08-23T06:07:39.973464595Z Build Operation ID: 97775817-dbc5-48c2-8ef1-66a1fbbbeff8
2024-08-23T06:07:40.541616943Z Oryx Version: 0.2.20240619.2, Commit: cf006407a02b225f59dccd677986973c7889aa50, ReleaseTagName: 20240619.2
2024-08-23T06:07:40.569481736Z Writing output script to '/opt/startup/startup.sh'
2024-08-23T06:07:40.639045467Z WARNING: Could not find virtual environment directory /home/site/wwwroot/antenv.
2024-08-23T06:07:40.639304768Z WARNING: Could not find package directory /home/site/wwwroot/oryx_packages.
2024-08-23T06:07:41.632813366Z
2024-08-23T06:07:41.632898866Z Error: class uri 'uvicorn.workers.UvicornWorker' invalid or not found:
2024-08-23T06:07:41.632905766Z
2024-08-23T06:07:41.632909066Z [Traceback (most recent call last):
2024-08-23T06:07:41.632912866Z File "/opt/python/3.10.14/lib/python3.10/site-packages/gunicorn/util.py", line 111, in load_class
2024-08-23T06:07:41.632916166Z mod = importlib.import_module('.'.join(components))
2024-08-23T06:07:41.632919466Z File "/opt/python/3.10.14/lib/python3.10/importlib/init.py", line 126, in import_module
2024-08-23T06:07:41.632922866Z return _bootstrap._gcd_import(name[level:], package, level)
2024-08-23T06:07:41.632937266Z File "", line 1050, in _gcd_import
2024-08-23T06:07:41.632941566Z File "", line 1027, in _find_and_load
2024-08-23T06:07:41.632956066Z File "", line 992, in _find_and_load_unlocked
2024-08-23T06:07:41.632959666Z File "", line 241, in _call_with_frames_removed
2024-08-23T06:07:41.632962866Z File "", line 1050, in _gcd_import
2024-08-23T06:07:41.632965966Z File "", line 1027, in _find_and_load
2024-08-23T06:07:41.632968966Z File "", line 1004, in _find_and_load_unlocked
2024-08-23T06:07:41.632990066Z ModuleNotFoundError: No module named 'uvicorn'
2024-08-23T06:07:41.632993066Z ]
Beta Was this translation helpful? Give feedback.
All reactions