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

.janus folder cannot see python from pyenv #700

Closed
ghost opened this issue Jan 16, 2018 · 1 comment
Closed

.janus folder cannot see python from pyenv #700

ghost opened this issue Jan 16, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 16, 2018

After installing python via pyenv, I have installed pyflakes via pip, but vim does not seem to be seeing it.

Error detected while processing /home/<user>/.janus/pyflakes-vim/ftplugin/python/pyflakes.vim:
line   70:
Traceback (most recent call last):
  File "<string>", line 15, in <module>
  File "/home/<user>/.janus/pyflakes-vim/ftplugin/python/flaker.py", line 11, in <module>
    from pyflakes import checker, messages
ImportError: No module named pyflakes

But it is definitely installed...

[user@linux]$ pip search pyflakes
affinitic.docpyflakes (0.1)       - Pyflakes your doctest
flake8-bugbear (17.12.0)          - A plugin for flake8 finding likely bugs and design problems in your program.
                                    Contains warnings that don't belong in pyflakes and pycodestyle.
erp5flakes (0.5)                  - A wrapper around pyflakes for ERP5 Products and Business Templates
pyflakes-ext (1.0.3)              - A few extra additions to pyflakes.
  INSTALLED: 1.0.3 (latest)
flake8 (3.5.0)                    - the modular source code checker: pep8, pyflakes and co
flakeplus (1.1.0)                 - Additional pyflakes
setuptools-flakes (0.1)           - Setup tools command for pyflakes
pytest-flakes (2.0.0)             - pytest plugin to check source code with pyflakes
geoffrey-pyflakes (0.0.1)         - pyflakes is a passive checker of Python programs.
githooks (0.5)                    - Set of Git hooks for pep8, pyflakes, jslint and trac integration
pyflakes (1.6.0)                  - passive checker of Python programs
  INSTALLED: 1.6.0 (latest)
pyflakes3k (0.4.3)                - passive checker of Python programs (py3k port)
PyFlakesBear (0.10.0)             - 'PyFlakesBear' bear for coala (http://coala.rtfd.org/)
rt.zestreleaser.pyflakes (0.1.1)  - Plugin for zest.releaser to allow check your Python code with Pyflakes before
                                    making a release
setuptools_pyflakes (1.1.0)       - setuptools plugin for pyflakes
[user@linux]$ 

Is there something special that needs to be done for janus to recognize that it is installed?

@ghost
Copy link
Author

ghost commented Jan 18, 2018

It is an issue with the plugin not janus

@ghost ghost closed this as completed Jan 18, 2018
This issue was closed.
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

0 participants