Is it possible to install fastAPI on Raspberry Pi without docker?
See original GitHub issueInstalling the fastapi package with pip will throw this error:
pi@raspberrypi:~/Desktop/ $ pip install fastapi
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement fastapi (from versions: none)
ERROR: No matching distribution found for fastapi
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How To Build a FastApi Server to Control a Raspberry Pi
First, we need to install Docker. To do that, and be able to run Docker as a non-sudo user, just execute the following...
Read more >FastAPI in Containers - Docker
When deploying FastAPI applications a common approach is to build a Linux container image. It's normally done using Docker. You can then deploy...
Read more >Using FastAPI inside Docker containers - LogRocket Blog
Simplify setting up a FastAPI project locally or deploying to a staging or production environment with Docker containers.
Read more >Getting Started with Docker & Fast API - DEV Community
Developers can create containers without Docker, but docker makes it easier, simpler, and safer to build, deploy and manage containers.
Read more >Docker Tutorial For Beginners - How To Containerize Python ...
In this Docker Tutorial I show how to get started with Docker for your Python Scripts and Python Web Apps. We look at...
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 Free
Top 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
I’m on python 3.8 and pip 20.2.3.
Thanks for the help everyone! 🍰
And thanks for coming back to close the issue @moritzsalla ☕