Python Forum
Installing old wheel on latest python
Thread Rating:
  • 5 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing old wheel on latest python
#1
Hello all

I have a wheel file targetting py 3.5 but I installed latest python 3.6.1rc1

Is it possible to force install wheel built for Python 3.5 on python 3.6.1?

Thanks
Reply
#2
No It's for 3.5
You can however install 3.5 on same system.
see https://python-forum.io/Thread-Install-P...e-Computer
Reply
#3
Python3.6 is fairly new. And it takes a little bit for everything to get updated. Usually the latest is not the greatest in this case. 

What is the package you are trying to install? There might be a dev release to your wanted library for 3.6, or another location to find the package than where you are looking
Recommended Tutorials:
Reply
#4
There should be no problem to install wheel that has 3.5 as target to 36.
Reply
#5
Great to see many replies

On Python 3.5 wheel is installed without an issue.

@snippsat : I'm not able to install on higher versions. Below is the error on 3.6.1
nxpy-13.5.1-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform.

May be while building wheel we should specify py platform range to allow on multiple verions
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python wheel packages - how to add timestamp to the wheel name? vcankovic 0 959 Jul-06-2022, 12:04 PM
Last Post: vcankovic
  python wheel file Led_Zeppelin 1 1,192 Jun-15-2022, 04:08 PM
Last Post: Led_Zeppelin
  Get latest version off website and save it as variable [SOLVED] AlphaInc 5 1,948 Nov-14-2021, 09:00 PM
Last Post: DeaD_EyE
  Running latest Python version on the Terminal (MAC) Damian 4 2,640 Mar-22-2021, 07:58 AM
Last Post: Damian
  Building Wheel files (why would it ask for the wrong version?) coreyhanson 1 2,298 Jan-25-2021, 09:50 PM
Last Post: coreyhanson
  Unpacking wheel files DavidTheGrockle 3 11,302 Dec-15-2020, 05:11 PM
Last Post: DavidTheGrockle
  Latest file with a pattern produces an error tester_V 4 3,180 Dec-10-2020, 02:14 AM
Last Post: tester_V
  Read plotly-latest.min.js from local issac_n 1 2,174 Nov-18-2020, 02:08 PM
Last Post: issac_n
  pip install -e ., ERROR: Failed building wheel for pyfarmhash mostafaPython 1 6,304 Jun-09-2020, 08:24 PM
Last Post: mcmxl22
  Error building wheel for grpcio on win10 Topiii 1 5,207 Nov-13-2019, 03:08 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020