-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Mypy installs badly on OSX #5022
Comments
How's your Python 3.6.4 installed? Homebrew perhaps? (If so, try upgrading it via Homebrew.) |
Python 3.6.4 is installed via pyenv. I also tried with 3.6.2 installed via homebrew. |
We can't repro this and we don't know enough about your environment to figure out what's gone wrong. You're going to have to debug this on your own, starting with the code that leads up to the first error. |
maybe I have the same problem. At root repo I have a mapistar directory which own my package. |
@jgirardet I think the issue you are having is different, the modules you are importing don't come from packages that have type annotations, so mypy doesn't look in them. You may want to read https://mypy.readthedocs.io/en/latest/installed_packages.html for more, and consider using |
sorry I did not undertood it was the expected behaviour |
I'm going to go ahead and close this, since we were unable to reproduce this. If someone has steps to reproduce, please feel free to open a new issue. |
I installed via
pip3 install mypy --upgrade
. No errors during install. I also tested inside of a pyenv.Bug
or a mock-up repro if the source is private. We would appreciate
if you try to simplify your case to a minimal repro.
No errors, or perhaps an unused import error or something?
Do you see the same issue after installing mypy from Git master?
mypy 0.600; python 3.6.4; not sure how to check git master
No additional flags
The text was updated successfully, but these errors were encountered: