bosukeme / remove_background_noise

0 stars 0 forks source link

Run Error #1

Open mslmn opened 2 months ago

mslmn commented 2 months ago

Getting this error on an m1 mac

❯ gunicorn -c "gunicorn_config.py" "wsgi:app"
Failed to read config file: gunicorn_config.py
Traceback (most recent call last):
  File "/opt/homebrew/lib/python3.11/site-packages/gunicorn/app/base.py", line 111, in get_config_from_filename
    spec.loader.exec_module(mod)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/Users/temp/remove_background_noise/gunicorn_config.py", line 1, in <module>
    from background_noise_removal import config as conf
  File "/Users/temp/remove_background_noise/background_noise_removal/__init__.py", line 4, in <module>
    import cloudinary
ModuleNotFoundError: No module named 'cloudinary'
bosukeme commented 2 months ago

Hello @mslmn, Kindly confirm if you ran the installation of the packages inside the requirements.txt file using pip3 install -r requirements.txt Because cloudinary should be present if installed. Capture

mslmn commented 2 months ago

I did. It says requirement already satisfied.