matangover / mypyls

Mypy language server: runs mypy on Python code to provide type checking, go to definition, and hover.
MIT License
34 stars 5 forks source link

pip install fails #5

Closed amacfie closed 3 years ago

amacfie commented 4 years ago

before running

~/.mypyls/bin/pip install "https://github.com/matangover/mypyls/archive/master.zip#egg=mypyls[default-mypy]"

I have to run ~/.mypyls/bin/pip install wheel or there is an error

matangover commented 4 years ago

Thanks! I actually already got this issue on the other repo but I couldn't reproduce it :\ I should try again. Are you also on Fedora?

amacfie commented 4 years ago

Oh that's weird. Well I'm on Ubuntu 20.

matangover commented 4 years ago

OK thanks, I'll try

matangover commented 3 years ago

Can't reproduce, closing. Please re-open if necessary. Thanks.