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

No matching distribution found for applepassgenerator #10

Closed EduardoFraustoLkt closed 1 year ago

EduardoFraustoLkt commented 1 year ago

Issue summary

It is not possible to install on ubuntu 20 with the command "pip install applepassgenerator".

Expected behaviour

Install the library independently of the operating system

Actual behaviour

What actually happens?

When trying to install using the command "pip install applepassgenerator" on Ubuntu 20 it returns the following errors:

ERROR: Could not find a version that satisfies the applepassgenerator requirement (of versions: none)

ERROR: No matching distribution found for applepassgenerator

Steps to reproduce the problem

  1. Test on Ubuntu 20
  2. pip install applepassgenerator

Checklist