llSourcell / Convolutional_neural_network

This is the code for "Convolutional Neural Networks - The Math of Intelligence (Week 4)" By Siraj Raval on Youtube
369 stars 294 forks source link

ImportError: bad magic number in 'config': b'\x03\xf3\r\n' #1

Open techluv13 opened 7 years ago

techluv13 commented 7 years ago

I get the following issue while trying to run using python 3.
ImportError: bad magic number in 'config': b'\x03\xf3\r\n'

python_ocr

What could possibly be causing this issue? Is it because my python 3 version is 3.5.2 instead of 3.5.1 as specified in the runtime.txt file? My default python interpreter is set to python 2 which is the default on a Ubuntu system.

Thanks!

thiagodangelo commented 7 years ago

I added an empty file named config.py in the repository folder and stopped having this issue. I had this idea when I looked at the greydanus repository and saw this empty file named config.py

nshdesai commented 7 years ago

@thiagodangelo worked for me too. @techluv13 if you don't want to do that you can always just clone the greydanus repo itself.

vishalseshagiri commented 6 years ago

closes #6