Closed dmwelch closed 2 years ago
First of all, the latest version 3.0.5
is very broken and I would avoid using it. (see #76)
To your specifiv problem: There are source distrobutions, but the metadata is unclean on most versions of this project. The sourcefiles have there version listed as 2.0.1
even if thay are for a much more recent version. See the setup.py
file inside readchar-3.0.5.tar.gz, it lists the wrong version on line 10:
version = "2.0.1"
To work aroung this untill the maintaner comes back and addresses all the open issues you have multiple options:
git+https://github.com/Cube707/python-readchar.git@v3.0.6
to your requirements.txt
). This will hoverever only exist untill the code is merged into the main project.this is fixed with the new releaseworkflow for v4.0.0
. It is currently in pre-release but will be fully released shortly.
I'm trying to install Chalice in a Docker container (
python:3.9.13-buster
) without binary packages because binaries are a security issue in our system (especially with packages that record keystrokes! 😨 ).I'm running the command below that leads me to believe there is not a source distribution available in Pypi.
returns an error:
Running the same command without
--no-binary :all:
succeeds in the installation (in a fresh container).