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
while i was setting up the enviornment for cloudCV development , after running the command "python manage.py migrate --settings=settings.dev.settings" peek in and when i searched it on stack over flow it said i should try chainging the version of django-suit in the requirements.txt file but it didnt helped !
Here is the error :
Traceback (most recent call last):
File "D:\cloudCV\manage.py", line 22, in
execute_from_command_line(sys.argv)
File "C:\Users\SARTHAK\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management_init_.py", line 401, in execute_from_command_line
utility.execute()
File "C:\Users\SARTHAK\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management_init_.py", line 377, in execute
django.setup()
File "C:\Users\SARTHAK\AppData\Local\Programs\Python\Python39\lib\site-packages\django_init_.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "C:\Users\SARTHAK\AppData\Local\Programs\Python\Python39\lib\site-packages\django\apps\registry.py", line 91, in populate
app_config = AppConfig.create(entry)
File "C:\Users\SARTHAK\AppData\Local\Programs\Python\Python39\lib\site-packages\django\apps\config.py", line 90, in create
module = import_module(entry)
File "C:\Users\SARTHAK\AppData\Local\Programs\Python\Python39\lib\importlib_init_.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'suit'
while i was setting up the enviornment for cloudCV development , after running the command "python manage.py migrate --settings=settings.dev.settings" peek in and when i searched it on stack over flow it said i should try chainging the version of django-suit in the requirements.txt file but it didnt helped !
Here is the error :
Traceback (most recent call last):
File "D:\cloudCV\manage.py", line 22, in
execute_from_command_line(sys.argv)
File "C:\Users\SARTHAK\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management_init_.py", line 401, in execute_from_command_line
utility.execute()
File "C:\Users\SARTHAK\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management_init_.py", line 377, in execute
django.setup()
File "C:\Users\SARTHAK\AppData\Local\Programs\Python\Python39\lib\site-packages\django_init_.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "C:\Users\SARTHAK\AppData\Local\Programs\Python\Python39\lib\site-packages\django\apps\registry.py", line 91, in populate
app_config = AppConfig.create(entry)
File "C:\Users\SARTHAK\AppData\Local\Programs\Python\Python39\lib\site-packages\django\apps\config.py", line 90, in create
module = import_module(entry)
File "C:\Users\SARTHAK\AppData\Local\Programs\Python\Python39\lib\importlib_init_.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'suit'
@Ram81 can u pls look into the issue ? Thnks
The text was updated successfully, but these errors were encountered: