Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'audiofieldspeech' #40

Open
akanz opened this issue Jun 19, 2020 · 0 comments
Open

ModuleNotFoundError: No module named 'audiofieldspeech' #40

akanz opened this issue Jun 19, 2020 · 0 comments

Comments

@akanz
Copy link

akanz commented Jun 19, 2020

I get this error when I run python manage.py syncdb, Any help will be appreciated.

(speechmodel) C:\Users\Mr Ayo\Desktop\speechmodel>python manage.py syncdb Traceback (most recent call last): File "manage.py", line 21, in <module> main() File "manage.py", line 17, in main execute_from_command_line(sys.argv) File "C:\Users\Mr Ayo\.virtualenvs\speechmodel\lib\site-packages\django\core\management\__init__.py", line 401, in execute_from_command_line utility.execute() File "C:\Users\Mr Ayo\.virtualenvs\speechmodel\lib\site-packages\django\core\management\__init__.py", line 377, in execute django.setup() File "C:\Users\Mr Ayo\.virtualenvs\speechmodel\lib\site-packages\django\__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "C:\Users\Mr Ayo\.virtualenvs\speechmodel\lib\site-packages\django\apps\registry.py", line 91, in populate app_config = AppConfig.create(entry) File "C:\Users\Mr Ayo\.virtualenvs\speechmodel\lib\site-packages\django\apps\config.py", line 116, in create mod = import_module(mod_path) File "C:\Users\Mr Ayo\AppData\Local\Programs\Python\Python37\lib\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1006, in _gcd_import File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1006, in _gcd_import File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked ModuleNotFoundError: No module named 'audiofieldspeech'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant