Closed eerorika closed 5 years ago
Note - I am not sure, if codebase for ansible-container is ready for python 3. So this might be not the single case.
I would recommend virtual env with python 2 for working with tool anyway.
At least the installation guide suggests that 3 should be supported:
Prerequisites:
- Python 2.7 or Python 3.5
Ok, will move forward version tip, and publish next snapshot on pypi
Published snapshot build 0.9.3rc3 seems to have that issue solved.
ISSUE TYPE
SUMMARY
sa-ansible-container from PyPI fails to install using python 3.
STEPS TO REPRODUCE
Attempt to install sa-ansible-container from pypi using python 3.
EXPECTED RESULTS
sa-ansible-container package should be installed successfully.
ACTUAL RESULTS
Fix
Following patch fixes the bug:
That said, the buggy version of the file appears to only exist in the package in PyPI. I'm unable to find the buggy version of the file in either softasap/ansible-container or ansible/ansible-container. So, simply deploying a new preview version using the current HEAD code seems to be a possible solution.