Git Product home page Git Product logo

Comments (11)

fannheyward avatar fannheyward commented on August 23, 2024

Thank you for your report, but I can't reproduce this. What's your coc.nvim version? You can get it from :CocInfo.

The write EPIPE means write date to a closed connection, maybe something broken between the client and server.

from coc-pyright.

meangrape avatar meangrape commented on August 23, 2024

I just updated the plugin and have the same error.

coc.nvim version: 0.0.82-d1568d56 2023-09-29 19:43:34 +0800

from coc-pyright.

fannheyward avatar fannheyward commented on August 23, 2024

Does the pyright process exist while you encounter this error message?

from coc-pyright.

fannheyward avatar fannheyward commented on August 23, 2024

[Info - 13:45:42.604] No source files found.

Strange log, pyright didn't find any Python files in your project.

Do you have some root patterns files, for example .git/, pyproject.toml, pyrightconfig.json file in your project root?

from coc-pyright.

meangrape avatar meangrape commented on August 23, 2024

pyright is running /opt/homebrew/Cellar/node/21.2.0/bin/node --max-old-space-size=3072 /Users/jayed/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/langserver.index.js --node-ipc --clientProcessId=45713

I understand the "no source files found" error now. The file doesn't have a .py extension. When I rename it to include the extension, 1 source file is found, however the [coc.nvim]: Uncaught exception: write EPIPE error still exists.

I have a number of root patterns

['.git', '.env', 'venv', '.venv', 'setup.cfg', 'setup.py', 'pyproject.toml', 'pyrightconfig.json']

however this is an incredibly simple project with one text file, one python file, one tags file, and a .git directory

from coc-pyright.

fannheyward avatar fannheyward commented on August 23, 2024

Do you have any other extensions? Make a minimal test, maybe the error isn't came from coc-pyright.

from coc-pyright.

meangrape avatar meangrape commented on August 23, 2024

I receive the error with only pyright

CleanShot 2023-12-10 at 13 01 46
installed

from coc-pyright.

meangrape avatar meangrape commented on August 23, 2024

It also happens with a minimal vimrc

let mapleader = ";"

map <leader>e :e ./init.vim<CR><C-W>
map <silent><leader>E :source ./init.vim<CR>:filetype detect<CR>:exe ":echo 'init.vim reloaded'"<CR>

set runtimepath+=$HOME/.vim/

call plug#begin('$HOME/.vim/plugged')
Plug 'neoclide/coc.nvim', { 'branch': 'release' }
call plug#end()


filetype plugin indent on
au FileType python let b:coc_root_patterns = ['.git', '.env', 'venv', '.venv', 'setup.cfg', 'setup.py', 'pyproject.toml', 'pyrightconfig.json']
syntax on

from coc-pyright.

meangrape avatar meangrape commented on August 23, 2024

If, however, I change from iTerm2 to the macOS Terminal the error goes away

from coc-pyright.

fannheyward avatar fannheyward commented on August 23, 2024

It's not coc.nvim or coc-pyright issue, but something broken in your env.

from coc-pyright.

xanderdunn avatar xanderdunn commented on August 23, 2024

I'm also experiencing this issue in iTerm2 on macOS.

from coc-pyright.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.