twopointone / applepassgenerator

Python library to generate passes i.e (.pkpass) files compatible with Apple Wallet
https://primedigitalglobal.github.io/applepassgenerator/
MIT License
46 stars 6 forks source link

Could not find a version that satisfies the requirement applepassgenerator #13

Open freeridre opened 1 year ago

freeridre commented 1 year ago

Issue summary

Unable to install the package with pip in raspberry pi rasbian OS.

Expected behaviour

What do you think should happen? Pip should install applepassgenerator in raspberry pi. I use rasbian OS.

Actual behaviour

What actually happens?

(.venv) pi@raspberrypi:~/WebService $ pip install applepassgenerator Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting applepassgenerator Could not find a version that satisfies the requirement applepassgenerator (from versions: ) No matching distribution found for applepassgenerator

Steps to reproduce the problem

  1. Create a basic django webapp
  2. Create a virtual env.
  3. Try to install applepassgenerator into your virtual env with pip install applepassgenerator

Checklist