Untitled

4ae4d avatar
4ae4d
plain_text
02/12/2026 12:25 PM
1.1 KB
9
Indexable
 [email protected]  URB-WSN-0007608  /home/work/[email protected]/pomogai  1
 > podman-compose exec bot bash -lc 'python -c "import importlib.util, pathlib; s=importlib.util.find_spec(\"dialog_bot_sdk\"); p=pathlib.Path(s.submodule_search_locations[0]); print(\"py.typed:\", (p/\"py.typed\").exists(), \"path:\", p)"'
py.typed: False path: /usr/local/lib/python3.10/site-packages/dialog_bot_sdk
 [email protected]  URB-WSN-0007608  /home/work/[email protected]/pomogai
 > podman-compose exec bot bash -lc 'python -c "import importlib.util, pathlib; s=importlib.util.find_spec(\"gunicorn\"); p=pathlib.Path(s.submodule_search_locations[0]); print(\"py.typed:\", (p/\"py.typed\").exists(), \"path:\", p)"'

Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'NoneType' object has no attribute 'submodule_search_locations'
Editor is loading...
Leave a Comment