Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual Installation of v0.9.39 is installing v0.9.38 #803

Open
kgrvamsi opened this issue Jul 19, 2023 · 1 comment
Open

Manual Installation of v0.9.39 is installing v0.9.38 #803

kgrvamsi opened this issue Jul 19, 2023 · 1 comment

Comments

@kgrvamsi
Copy link

Describe the bug
Based on the issue #802 i tried to install the package manually and i see that the package is installing the v0.9.38 version instead installing v0.9.39.

To Reproduce
Steps to reproduce the behavior:

  1. Download the v0.9.39 source zip file
  2. run python setup.py install

Via taskcat: taskcat -V - version 0.9.38\

Via pip3: pip3 show taskcat

Name: taskcat
Version: 0.9.38
Summary: An OpenSource Cloudformation Deployment Framework
Home-page: https://aws-ia.github.io/taskcat/
Author: Tony Vattathil, Jay McConnell, Andrew Glenn, Santiago Cardenas, Shivansh Singh
Author-email: [email protected], [email protected], [email protected], [email protected]
License: Apache License 2.0
Location: /Users/vamsikgr/Python-Envs/python3.8-venv2/lib/python3.8/site-packages/taskcat-0.9.38-py3.8.egg
Requires: boto3, botocore, cfn_lint, dataclasses-jsonschema, docker, dulwich, jinja2, jsonschema, markupsafe, pathspec, pip, PyYAML, reprint, requests, setuptools, tabulate, yattag
Required-by:

@gersonsosa
Copy link

A temporary workaround was to adjust this suggestion

pip install "cython<3.0.0" wheel && pip install pyyaml==5.4.1 --no-build-isolation
pip3 install taskcat

this allows to install a version without the vulnerability

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants