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

Error :ImportSymbol on Windows10 #2

Open
tamago324 opened this issue May 16, 2020 · 0 comments
Open

Error :ImportSymbol on Windows10 #2

tamago324 opened this issue May 16, 2020 · 0 comments

Comments

@tamago324
Copy link
Contributor

When I run :ImportSymbol re with gVim on Windows10, I get the following error.

:py3 print(sys.version): 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 22:39:24) [MSC v.1916 32 bit (Intel)]

Error detected while processing function <SNR>23_ImportSymbol[7]..autoimport#import_symbol:
line    1:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\tamago324\vimfiles\plugged\vim-autoimport\python3\vim_autoimport\managers\__init__.py", line 31, in get_manager
    manager = PythonImportManager()
  File "C:\Users\tamago324\vimfiles\plugged\vim-autoimport\python3\vim_autoimport\managers\python.py", line 89, in __init__
    self._strategies = self.create_strategies()
  File "C:\Users\tamago324\vimfiles\plugged\vim-autoimport\python3\vim_autoimport\managers\python.py", line 95, in create_strategies
    BuiltinCTagsStrategy() if find_executable("ctags") else None,
  File "C:\Users\tamago324\vimfiles\plugged\vim-autoimport\python3\vim_autoimport\managers\python.py", line 223, in __init__
    _w = asyncio.get_child_watcher()
  File "C:\Users\tamago324\.pyenv\pyenv-win\versions\3.8.1\Lib\asyncio\events.py", line 763, in get_child_watcher
    return get_event_loop_policy().get_child_watcher()
  File "C:\Users\tamago324\.pyenv\pyenv-win\versions\3.8.1\Lib\asyncio\events.py", line 599, in get_child_watcher
    raise NotImplementedError
NotImplementedError
E858: Eval did not return a valid python object

Thank you!

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

1 participant