What does the error message “is not a supported wheel on this platform” mean?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Oh, this error typically pops up when you try to install Python package in wrong environment, like using a Linux wheel in Windows, or using a Python 3.7 package in a Python 3.6 environment. You gotta make sure you’re using the correct wheel for your platform and Python version, that’s all!
it means that the python package you’re attempting to install is not compatible with your current operating system or python version.