Giter Site home page Giter Site logo

python3.9-wheels's Introduction

Collection of Python 3.9 wheels for armv7l:

This repository contains any precompiled wheels that my Banana Pi R2 router has compiled in a separate compilation environment. These wheels are used for projects:

Installation Directions:

Install necessary Python packages:

apt update
apt install -y --no-install-recommends python3-pip python3-venv

Get the precompiled wheels for mitmproxy:

git clone https://github.com/xptsp/python3.9-wheels /tmp/wheels

Installing MITMProxy 9.0.1:

Create mitmproxy user:

useradd -m -G users -b /opt -s /usr/sbin/nologin mitmproxy

Change user to "mitmproxy":

sudo -u mitmproxy -s

Create and activate virtual environment:

python3 -m venv /opt/mitmproxy/venv
source /opt/mitmproxy/venv/bin/activate

Install the precompiled wheels:

python3 -m pip install --no-index --find-links=/tmp/wheels mitmproxy

Installing Tuya-Convert:

Install other packages:

apt install -y git iw dnsmasq rfkill hostapd screen curl mosquitto haveged net-tools libssl-dev python3-dev

Install the precompiled wheels:

python3 -m pip install --no-index --find-links=/tmp/wheels --upgrade paho-mqtt tornado sslpsk pycryptodomex

python3.9-wheels's People

Contributors

xptsp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.