Convolutional_neural_network
Convolutional_neural_network copied to clipboard
Getting Errors with bad magic number in 'app.model': b'\x03\xf3\r\n'
ImportError Traceback (most recent call last)
C:\Users\DELL\Convolutional_neural_network-master\app_init_.py in
C:\Users\DELL\Convolutional_neural_network-master\app\views.py in
ImportError: bad magic number in 'app.model': b'\x03\xf3\r\n'
The config module seems to be missing. Getting the same error.
getting the same error. can anyone help it out?
Hey guys, the .pyc files were causing this error. Try deleting the .pyc files from your repos. https://tutorials.technology/solved_errors/13-ImportError-bad-magic-number-in-x03-xf3.html
I deleted the .pyc files and now the code works :+1:
h
Hey guys, the .pyc files were causing this error. Try deleting the .pyc files from your repos. https://tutorials.technology/solved_errors/13-ImportError-bad-magic-number-in-x03-xf3.html
I deleted the .pyc files and now the code works +1
hey! trying to solve the problem and run it on google collab ... big challenge as i am a beginer to both python and google collab , you mean to transform all .pyc files to .py ? or just delete them all?
first, remove the .pyc file
steps
1. find . -name \*.pyc -delete
2. pip install config
https://github.com/Miserlou/Zappa/issues/854