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

0.17.6: Duplicate module named "hello" #1006

Open
mtelka opened this issue Jun 29, 2023 · 0 comments
Open

0.17.6: Duplicate module named "hello" #1006

mtelka opened this issue Jun 29, 2023 · 0 comments

Comments

@mtelka
Copy link
Contributor

mtelka commented Jun 29, 2023

mypy 1.4.1 reports this error:

_________________ tests/samples/hello-cython/hello/__init__.py _________________
 error: Duplicate module named "hello" (also at "tests/samples/issue-274-support-one-package-without-package-dir/hello/__init__.py")
 note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#mapping-file-paths-to-modules for more info
 note: Common resolutions include: a) using `--exclude` to avoid checking one of them, b) adding `__init__.py` somewhere, c) using `--explicit-package-bases` or adjusting MYPYPATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant