question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to install fastAPI on Raspberry Pi without docker?

See original GitHub issue

Installing 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:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
moritzsallacommented, Oct 13, 2020

I’m on python 3.8 and pip 20.2.3.

0reactions
tiangolocommented, Nov 9, 2022

Thanks for the help everyone! 🍰

And thanks for coming back to close the issue @moritzsalla

Sorry for the long delay! 🙈 I wanted to personally address each issue/PR and they piled up through time, but now I’m checking each one in order.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found