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?
Details
(.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
- Create a basic django webapp
- Create a virtual env.
- Try to install applepassgenerator into your virtual env with
pip install applepassgenerator
Checklist
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?
Details
(.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 applepassgeneratorSteps to reproduce the problem
pip install applepassgeneratorChecklist
.