[2023-04-08 23:39:34 +0000] [1] [INFO] Starting gunicorn 20.1.0
[2023-04-08 23:39:34 +0000] [1] [INFO] Listening at: http://0.0.0.0:5462 (1)
[2023-04-08 23:39:34 +0000] [1] [INFO] Using worker: sync
[2023-04-08 23:39:34 +0000] [10] [INFO] Booting worker with pid: 10
[2023-04-08 23:39:34 +0000] [10] [ERROR] Exception in worker process
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/venv/lib/python3.11/site-packages/gunicorn/util.py", line 359, in import_app
mod = importlib.import_module(module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.nix-profile/lib/python3.11/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
File "<frozen importlib._bootstrap>", line 1128, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
File "<frozen importlib._bootstrap>", line 1142, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'locallibrary'
[2023-04-08 23:39:34 +0000] [10] [INFO] Worker exiting (pid: 10)
[2023-04-08 23:39:34 +0000] [1] [INFO] Shutting down: Master
[2023-04-08 23:39:34 +0000] [1] [INFO] Reason: Worker failed to boot.
#gunicorn worker failing
70 messages · Page 1 of 1 (latest)
Project ID: 157fa33f-833e-4b35-a11a-0b1774361ba9
No search results found.
157fa33f-833e-4b35-a11a-0b1774361ba9
Looked for the module "locallibrary" without success
No clue what that module is
File "/opt/venv/lib/python3.11/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
worker.init_process()
File "/opt/venv/lib/python3.11/site-packages/gunicorn/workers/base.py", line 134, in init_process
self.load_wsgi()
File "/opt/venv/lib/python3.11/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
self.wsgi = self.app.wsgi()
^^^^^^^^^^^^^^^
File "/opt/venv/lib/python3.11/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
^^^^^^^^^^^
File "/opt/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
return self.load_wsgiapp()
^^^^^^^^^^^^^^^^^^^
File "/opt/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
return util.import_app(self.app_uri)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
text missing after the traceback
is locallibrary in your req.txt?
might wanna put it in there then
I tried to pip install it
but with no success
I dont find that module anywhere, do you know it?
did you put it in req.txt
nope
then put it in
what hour is in there rn btw?
ERROR: Could not find a version that satisfies the requirement locallibrary (from versions: none)
No matching distribution found for locallibrary
what?
Hour of the day
whys that relevant?
Dont know, got curious
what python version are you using locally
3.11.1
have you changed the version railway will use?
add
3.11
to a .python-version file in your project and deploy again
failing again on here
do i delete it?
thats a known issue
not sure, i know redeploying does have a chance to make it work again
Yeah ive made it appear again after 2 tries or so before
weekend so team is off, will likely be fixed monday
same exact error in the text of this thread post?
yes
The operations to perform: and so on is normal?
tried to migrate but it does nothing
link to your repo please?
It's on private
public it?
eeh would prefer to not do that haha
why, if i can ask?
yee i guess ill keep trying
Hello, i'm getting the same error. Has this been resolved?