Unable to build FastAPI project with fastapi-pagination 0.11.0 dependency on python 3.11
See original GitHub issueHey folks!
I’m getting a dependency issue when building my FastAPI project on Python 3.11, it works fine on 3.10
stack trace:
File "/Users/Jose/Workspace/test-project/venv/lib/python3.11/site-packages/fastapi_pagination/ext/sqlalchemy.py", line 6, in <module>
from sqlakeyset.paging import (
ModuleNotFoundError: No module named 'sqlakeyset'
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
fastapi-pagination - PyPI
fastapi -pagination is a library that provides pagination feature for FastAPI applications. For more information about library please see documentation.
Read more >How can I install fastapi properly? - Stack Overflow
The library needs the VC v14+ runtime library, not VS build tools. ... You can install poetry, which is a new python dependency...
Read more >Pydantic + Python 3.11 crash · Issue #7541 - GitHub
It's me again and now it crashes in a new OS. Describe your environment Operating system: Fedora 37 Python Version: 3.11.0 $ pip...
Read more >How to Implement Pagination Using FastAPI in Python
Use fastapi-pagination library to paginate API responses ... Let's begin with an obvious less complicated end-point in fastapi to get a hang of...
Read more >FastAPI pagination - PythonRepo
Unable to build FastAPI project with fastapi-pagination 0.11.0 dependency on python 3.11. Hey folks! I'm getting a dependency issue when ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That fixes the issue, thanks folks! @uriyyo @matthew-emw 🚀
this resolved the (same) issue for me