ca-simone-chiorazzo commented on issue #15585: URL: https://github.com/apache/pulsar/issues/15585#issuecomment-1135634537
I'm using a python 3.8.6 virtualenv on a mac with MacOS 12.3.1 (21E258), this is the output of pip debug: ``` python -m pip debug | grep -i macosx WARNING: This command is only meant for debugging. Do not use this with automation for parsing and getting these details, since the output and options of this command may change without notice. cp38-cp38-macosx_10_16_x86_64 cp38-cp38-macosx_10_16_intel cp38-cp38-macosx_10_16_fat64 cp38-cp38-macosx_10_16_fat32 cp38-cp38-macosx_10_16_universal2 cp38-cp38-macosx_10_16_universal cp38-cp38-macosx_10_15_x86_64 cp38-cp38-macosx_10_15_intel cp38-cp38-macosx_10_15_fat64 cp38-cp38-macosx_10_15_fat32 ``` The output is weird, looks like the platform tags haven't been updated along with the OS major update. Installing a python 3.8.13 from scratch I got the following output instead ``` python -m pip debug | grep -i macosx WARNING: This command is only meant for debugging. Do not use this with automation for parsing and getting these details, since the output and options of this command may change without notice. cp38-cp38-macosx_12_0_x86_64 cp38-cp38-macosx_12_0_intel cp38-cp38-macosx_12_0_fat64 cp38-cp38-macosx_12_0_fat32 cp38-cp38-macosx_12_0_universal2 cp38-cp38-macosx_12_0_universal cp38-cp38-macosx_11_0_x86_64 cp38-cp38-macosx_11_0_intel cp38-cp38-macosx_11_0_fat64 cp38-cp38-macosx_11_0_fat32 ``` @merlimat Do you think I should raise a ticket to virtualenv / python for this? Looks like that the platform tags are not updated along with a major upgrade of the OS. The only solution that I've found is to re-install the python interpreter to get the right tags. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org