You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import environ
File "C:\Users\omkar\AppData\Local\Programs\Python\Python310\lib\site-packages\environ.py", line 114
raise ValueError, "No frame marked with %s." % fname
The text was updated successfully, but these errors were encountered:
File "/Users/vkornylyuk/django/others/django-job-portal/jobs/settings.py", line 5, in <module>
import environ
ModuleNotFoundError: No module named 'environ'
all requirements are installed:
(venv) vkornylyuk@Volodia-K-mbp16-new django-job-portal % pip list | grep environ
django-environ 0.4.5
import environ
File "C:\Users\omkar\AppData\Local\Programs\Python\Python310\lib\site-packages\environ.py", line 114
raise ValueError, "No frame marked with %s." % fname
The text was updated successfully, but these errors were encountered: