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 3.13(Windows) does not have the latest module OS phillip_from_oz 1 802 Dec-13-2024, 04:35 AM
Last Post: deanhystad
  For Loop assigns only the latest value from List Caliban86 3 1,147 Sep-22-2024, 02:47 AM
Last Post: deanhystad
  Python wheel packages - how to add timestamp to the wheel name? vcankovic 0 1,584 Jul-06-2022, 12:04 PM
Last Post: vcankovic
  python wheel file Led_Zeppelin 1 1,861 Jun-15-2022, 04:08 PM
Last Post: Led_Zeppelin
  Get latest version off website and save it as variable [SOLVED] AlphaInc 5 3,060 Nov-14-2021, 09:00 PM
Last Post: DeaD_EyE
  Running latest Python version on the Terminal (MAC) Damian 4 3,600 Mar-22-2021, 07:58 AM
Last Post: Damian
  Building Wheel files (why would it ask for the wrong version?) coreyhanson 1 3,042 Jan-25-2021, 09:50 PM
Last Post: coreyhanson
  Unpacking wheel files DavidTheGrockle 3 28,160 Dec-15-2020, 05:11 PM
Last Post: DavidTheGrockle
  Latest file with a pattern produces an error tester_V 4 4,497 Dec-10-2020, 02:14 AM
Last Post: tester_V
  Read plotly-latest.min.js from local issac_n 1 3,055 Nov-18-2020, 02:08 PM
Last Post: issac_n

Forum Jump:

User Panel Messages

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