-
Notifications
You must be signed in to change notification settings - Fork 51
not showing packages installed from conda enviroment #123
Comments
I think this issue should have been opened on coc-python instead. Still, did you select the right python environment from |
I have the same issue and indeed it works when calling |
@DoktorMike this is issue #55. |
Same issue #89 would be great if coc-python would inherit the environment from the activated conda environment. |
I'm not sure what you use for environment auto activation, I use pyenv (that integrates nicely with conda), and for it, auto activation also seems an issue on vscode-python, from which coc-python forked: |
When I do that I get this error: Edit: Jedi was not installed in conda environment. When I install Jedi in conda environment everything worked |
@ahmedselim2017 please close issue then. |
Result from CocInfo
versions
vim version: NVIM v0.4.3
node version: v10.16.3
coc.nvim version: 0.0.74-377c2729b9
term: xterm-256color
platform: linux
Messages
Output channel: Python
Starting Jedi Python language engine.
##########Linting Output - pylint##########
************* Module main
1,0,error,E0401:Unable to import 'pandas' (import-error)
Your code has been rated at -2.50/10 (previous run: -2.50/10, +0.00)
Describe the bug
Coc.nvim says unable to import pandas even if I installed using Conda.
Reproduce the bug
Start Neovim via using normal configs which works without anaconda
Import some packages which installed by conda
Screenshots (optional)
The text was updated successfully, but these errors were encountered: