You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: