Changes between Initial Version and Version 1 of Ticket #69554
- Timestamp:
- Mar 20, 2024, 11:15:22 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69554 – Description
initial v1 1 when I run 'sudo port install xv' I end up with the error message 1 when I run `sudo port install xv` I end up with the error message 2 {{{ 2 3 Error: Requested variants "+python311" do not match those the build was started with: "+python39". 3 4 Error: Please use the same variants again, or run 'port clean xorg-xcb-proto' first to remove the existing partially completed build. 5 }}} 4 6 5 7 My default python (the python on my PATH) was python3.11. I changed it to python3.9 but I still got the same error message. I don't really know my way around python so I'm likely doing something dumb, in which case I could use advice on how to fix it. Thank you.