dropbox / mypy-PyCharm-plugin

A simple plugin that allows running mypy from PyCharm and navigate between errors
Apache License 2.0
313 stars 14 forks source link

Installation errors #12

Closed nschejtman closed 6 years ago

nschejtman commented 6 years ago

When loading the mypy-plugin.jar I get the following error:

Fail to load plugin descriptor from file mypy-plugin.jar

My Specs PyCharm 2018.1.4 (Professional Edition) Build #PY-181.5087.37, built on May 24, 2018 JRE: 1.8.0_152-release-1136-b39 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.13.5

ilevkivskyi commented 6 years ago

Sorry for this! Could you please tell more about how do you (try to) install the plugin? I can't reproduce this, since I have an older PyCharm build.

nschejtman commented 6 years ago

@ilevkivskyi Yes. I go to Preferences -> Plugins -> Install plugin from disk... and select the mypy-plugin.jar I've downloaded from the link in the Readme. Just after that I get the error.

lightway82 commented 6 years ago

Same error.

lightway82 commented 6 years ago

ubuntu 16.04 PyCharm 2018.1.4

Lameorc commented 6 years ago

I've encountered the same issue. I'm on PyCharm 2018.1 and Ubuntu 16 as well. As silly as this sounds I've been able to install it if I downloaded using the download button inside the github preview. If I've downloaded the file from the link in README, I get the above mentioned error.

Seems that if you download directly from the description, you get a HTML document instead of proper jar (even thought the filename suggests otherwise).

nschejtman commented 6 years ago

@Lameorc hahahaha that actually worked!

lightway82 commented 6 years ago

Very strange

ilevkivskyi commented 6 years ago

Oh, I am so sorry. Somehow it worked for me. I will update the link in the description later today.

ilevkivskyi commented 6 years ago

OK, I updated the link in README, could you please double check that it works correctly?

nschejtman commented 6 years ago

@ilevkivskyi yes! Works fine now