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

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

Open
SelinaChe opened this issue Oct 8, 2017 · 3 comments
Open

Comments

@SelinaChe
Copy link

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
Copy link
Owner

@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
Copy link

@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
Copy link

rdabane commented Feb 14, 2018

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

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

4 participants