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

Missing module dependencies for python3.7 #6

Open
rbhanot4739 opened this issue Dec 24, 2018 · 1 comment
Open

Missing module dependencies for python3.7 #6

rbhanot4739 opened this issue Dec 24, 2018 · 1 comment

Comments

@rbhanot4739
Copy link

I am using python3.7 in one my project and wanted to test use this plugin, however right after the installation it shows bunch of errors when i start neovim . Please note I already have pyflakes installed.

  File "/spare/ssd/rbhanot/.config/nvim/plugged/vimpy/ftplugin/python/vimpy/vimpy_.py", line 6, in <module>                                                                                                         
    from StringIO import StringIO                                                                                                                                                                                   
ModuleNotFoundError: No module named 'StringIO' 

Since python37 does not have StringIO module and instead IO from which you can import StringIO, i fixed this issue but then there were even more.

So i guess the plugin is not supported for python37. Any plans ?

@dbsr
Copy link
Owner

dbsr commented Dec 24, 2018

Im currently not using vim (nor writing a lot of python). Im no longer actively maintaining this project anymore. I recommend pycharm (with the vim plugin) as a nice replacement for vim.

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

2 participants