Skip to content
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

dmypy broken after "python setup.py install" #6028

Closed
JukkaL opened this issue Dec 7, 2018 · 0 comments
Closed

dmypy broken after "python setup.py install" #6028

JukkaL opened this issue Dec 7, 2018 · 0 comments

Comments

@JukkaL
Copy link
Collaborator

JukkaL commented Dec 7, 2018

Running dmypy on the command line no longer works after python setup.py install (in a virtualenv):

$ dmypy
Traceback (most recent call last):
  File "/Users/jukka/venv/test2/bin/dmypy", line 11, in <module>
    load_entry_point('mypy==0.650+dev.534e549c9d1e8780ca96fb0f170977cc427e85c1', 'console_scripts', 'dmypy')()
TypeError: main() missing 1 required positional argument: 'argv'

This used to work in 0.640 and was broken by abd319a.

cc @msullivan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant