Closed Chamango90 closed 6 years ago
Hi Jonathan,
Can you try to install mypy
and mypy-extensions
? I realise that NoReturn
is defined in mypy-extensions
but that it's not included in the requirements listed in setup.py
. Once we're happy that's the bug, I'll fix setup.py
and release 2.1.3.
Hi Chris, I tested to install this two libs, but I still get the same error.
Do you mind trying this inside the virtual environment and dumping the output here?
(bugzoo) $ pip install --upgrade mypy-extensions>=0.3.0
(bugzoo) $ pip list
No output for the upgrade.
-- text deleted --
Thanks, @ipa-jfh. It looks like the issue is that NoReturn
was added in Python 3.5.4. I'll figure out a way to recover compatibility with early versions of Python 3.5 without causing mypy to scream.
A fix to this bug was added in BugZoo 2.1.6.
Bugzoo returns an error
even without an argument
Installed version
Temporary solved by