You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that someone has taken the trouble to add a very nice texttable.pyi file to this project, and included it in MANIFEST.in. I can also see that the texttable.pyi file is present in the texttable-x.x.x.tar.gz file available at https://pypi.org/project/texttable/#files.
However, when I install texttable in a venv using pip install texttable (pip is version 22.3.1), mypy cannot locate the texttable.pyi file, and neither can I. In my venv/python3.10/site-packages folder, I have lots of libraries in their own folders, and one texttable.py file on its own, without any folder. There's a texttable-1.6.4.dist-info folder, but it includes metadata and no .pyi file.
This might be a bug for pip rather than a bug for texttable, but I thought I would bring it to your attention first. It could be easier to fix the problem by packaging texttable a different way, rather than changing pip.
The text was updated successfully, but these errors were encountered:
OK, yet another surprise with pip tooling/packaging. I really hate python packaging.
Anyway, I've just released a new version (1.6.5) that will include the missing file.
I see that someone has taken the trouble to add a very nice
texttable.pyi
file to this project, and included it inMANIFEST.in
. I can also see that thetexttable.pyi
file is present in thetexttable-x.x.x.tar.gz
file available at https://pypi.org/project/texttable/#files.However, when I install
texttable
in a venv usingpip install texttable
(pip is version 22.3.1),mypy
cannot locate thetexttable.pyi
file, and neither can I. In myvenv/python3.10/site-packages
folder, I have lots of libraries in their own folders, and onetexttable.py
file on its own, without any folder. There's atexttable-1.6.4.dist-info
folder, but it includes metadata and no.pyi
file.This might be a bug for
pip
rather than a bug fortexttable
, but I thought I would bring it to your attention first. It could be easier to fix the problem by packagingtexttable
a different way, rather than changingpip
.The text was updated successfully, but these errors were encountered: