JunshengFu / vehicle-detection

Created vehicle detection pipeline with two approaches: (1) deep neural networks (YOLO framework) and (2) support vector machines ( OpenCV + HOG).
GNU General Public License v3.0
643 stars 245 forks source link

Fatal Python error: PyImport_GetModuleDict: no module dictionary! #6

Open SelinaChe opened 7 years ago

SelinaChe commented 7 years ago

Hi, When I run main.py, the shows:

`[MoviePy] >>>> Building video examples/project_svm.mp4 [MoviePy] Writing video examples/project_svm.mp4 98%|██████████████████████████████████████████████████████████████████████████████████████████████ | 50/51 [00:28<00:00, 1.44it/s] [MoviePy] Done. [MoviePy] >>>> Video ready: examples/project_svm.mp4

Fatal Python error: PyImport_GetModuleDict: no module dictionary!

Current thread 0x00007f6414c20700 (most recent call first): File "/home/chm/.virtualenvs/cv/lib/python3.5/site-packages/moviepy/video/io/VideoFileClip.py", line 116 in del Aborted (core dumped) ` Could you please tell me how to solve it?

JunshengFu commented 6 years ago

@SelinaChe it seems that you don't have the correct module installed.

If you go into the link at 2. Dependencies & my environment, then you could find them. For your convenience, this is the yml file with enabled GPU version: https://github.com/udacity/CarND-Term1-Starter-Kit/blob/master/environment-gpu.yml

agrichron commented 6 years ago

@JunshengFu I have already configured the environment using Anconda with the environment-gpu.yml file , but also meet this problem!. I can't find the reason of this problem!!

rdabane commented 6 years ago

I'm seeing similar issue. Has this been resolved?