remote interpreter Generation of skeletons error
Hi,
PyCharm is installed on a win7 64bit machine and I am trying to configure a remote interpreter (standard python configuration on a CentOS 6.3 64bit).
I fallowed the instructions provided: http://www.jetbrains.com/pycharm/webhelp/configuring-remote-python-interpreters.html
This is the error i get:
Generation of skeletons for the modules above will be tried again when the modules are updated or a new version of generator is available.
Failed modules
Remote Python 2.6.6(ssh://root@192.168.X.X:/usr/bin/python)
_bisectmodule
_cryptmodule
_functoolsmodule
_localemodule
_multibytecodecmodule
_randommodule
_socketmodule
acutilmodule
arraymodule
cmathmodule
dlmodule
fcntlmodule
gdbmmodule
grpmodule
itertoolsmodule
krbVmodule
mathmodule
matplotlib.backends._backend_gdk
matplotlib.backends._gtkagg
mmapmodule
nismodule
parsermodule
selectmodule
spwdmodule
timingmodule
Generation of skeletons for the modules above will be tried again when the modules are updated or a new version of generator is available.
Any help would be graetly appreciated
Francesco
Please sign in to leave a comment.
Hi Francesco!
You can try to remove folder with skeletons on your remote machine: <path-to-helpers>/python_stubs
And then restart PyCharm.
But more likely that is some kind of incompatibility of skeleton generator and CentOS.
Anyway I've created an issue http://youtrack.jetbrains.com/issue/PY-7079 and will test generation of skeletons under CentOS.