I am using aioboto3 library in python for my python project which is built on fastapi, uvicorn and is managed using poetry .
for type checking i am using pyre check.
The problem i am running into this error while i am executing this command
” poetry run pyre check “
ERROR:
ƛ Found 1 type error!
personal_py/control/po_controller.py:2:0 Undefined import [21]: Could not find a module corresponding to import aioboto3
.
I installed the aioboto3 and even in VSCode it is not showing me any error/warning at the import statement.
Furthermore it is added to the pyproject.toml file too…
I do not know why it is showing as type error when all the configuration is done correctly.
these are the versions i am using in my project
Stefen Salvatore is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.