OS X Skeletons Failed to Generate?

I have a brand new Macbook Air.  I installed PyCharm on it primarily for Django development.  Every time I use PyCharm to create a Python virtual environment, either via a 2.6 or 2.7 system interpreter, it generates the following:

Some skeletons failed to generate.  5 modules failed in 1 interpreter.

Python 2.7.5 (/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7)
Nav
_Qt
_Win
dl
imageop

Does anyone know if:

A) Is this something to worry about?
B) Is there a fix?
C) Am I doing something wrong?

Any help would be appreciated.

Regards,
Tom
0
4 comments
Avatar
Permanently deleted user
I've exact the same issue / error.
0
Avatar
Permanently deleted user
Same issue here on Macbook Pro
0
Same exact issue here as well.
0
Avatar
Permanently deleted user
These are all obsolete or deprecated modules. Probably incompatible with your current interpreter. PyCharm saw them and tried to import them and the import failed. Unless you need these modules, and you almost certainly don't, you can safely ignore this message.

See this link for details.
0

Please sign in to leave a comment.