```13:44:26.59 [WARN] DEPRECATED: scope python-set...
# general
m
Copy code
13:44:26.59 [WARN] DEPRECATED: scope python-setup will be removed in version 2.10.0.dev0.
What should I use as replacement? 🤔
I'm on
2.9.0.dev2
, jfyk
to be precise, I'm using:
Copy code
[python-setup]
interpreter_constraints = ["CPython==3.8.*"]
requirement_constraints = "constraints.txt"
n
[python]
I believe
m
thanks 🙂
🖖 1
b
Would you open a ticket about that? We want to improve error messages and that one can be clearer.
h
There should be a message right below that one telling you about the new scope? If not that's a bug
n
Should be, that's how I found out about it at least 🙂
h
@modern-wolf-36228 are you not seeing this on a subsequent line?
Copy code
12:26:29.96 [WARN] DEPRECATED: scope python-setup will be removed in version 2.10.0.dev0.

Use scope python instead (options: interpreter_constraints)
m
Ah... I am 🤔
I think my brain ignored, as it looks more close to the next message? Potential improvements could be: scope between double quotes and new line after the recommendation (or indent it to get more visibility)
In any case, it's my fault for not seeing it 😗