v3000 fails to install in conda env #56184
Labels
Bug
broken, incorrect, or confusing behavior
Confirmed
Salt engineer has confirmed bug/feature - often including a MCVE
severity-low
4th level, cosemtic problems, work around exists
v3000.1
vulnerable version
Milestone
Description of Issue
Salt fails to install via pip in a conda env
Setup
conda create -n testenv python=3.6
Steps to Reproduce Issue
This seems to result in a version error because we are checking strict versions. Snipped traceback:
Do you know why strictversion is being used? I'm not familiar but it feels like loose should be adequate for this check, and does appear to function properly:
Versions Report
(Provided by running
salt --versions-report
. Please also mention any differences in master/minion versions.)Salt versions not relevant, this was found trying to upgrade from v2019.2.3 to v3000 in my conda env and is reproducable on a clean install as shown above.
The text was updated successfully, but these errors were encountered: