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

Util.py/load_virtualenv picks incorrect python version if py_ver=None #1212

Open
venkats278 opened this issue Oct 18, 2023 · 0 comments
Open

Comments

@venkats278
Copy link

If py_ver is None, load_virtualenv picks only major and minor values and misses out on micro. This errors out determine_sitedir() call for non-existent dir.
util.py:871 should be fixed with proper sys.version_info

venkats278 added a commit to venkats278/circus that referenced this issue Oct 21, 2023
…im py_ver in case user supplies complete version
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

1 participant