Python Forum
Migrating of python2 script to python3
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Migrating of python2 script to python3
#3
(Oct-05-2023, 11:45 AM)snippsat Wrote: pip did drop support for Python 2.7 in version 21.0.
So have to install a older version pip install pip==20.0
There is no need to upgrade Python 2.7,if migrate older code you use 2to3 from a Python 3 version.
So need have Python 3 version where test(and use tool eg 2to3) that the older 2.7 code works.

sorry I'm not so good at it, what exactly should i do now just run the code on python3 version and check whether it runs or not??
Reply


Messages In This Thread
Migrating of python2 script to python3 - by zuri - Oct-05-2023, 11:27 AM
RE: Migrating of python2 script to python3 - by zuri - Oct-05-2023, 11:58 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Kivy App - Python3 script to Android app (opencv) jttolleson 7 3,815 Oct-19-2023, 01:11 PM
Last Post: MasCain
  Migration of Python2 and Python3 using Modernize and Future Rakshan 5 2,667 Oct-05-2023, 08:55 AM
Last Post: zuri
  Migrating data from oracle into postgres python_student 1 2,526 Feb-10-2022, 09:16 PM
Last Post: buran
  python2 python3 messed up : How to fix ? hary 15 8,288 Dec-30-2020, 08:26 PM
Last Post: hary
  Getting a small Python2 prog to run in Python3 steve140 4 4,024 Apr-19-2020, 09:27 AM
Last Post: steve140
  output mismatching when porting a python from python2 env to python3 env prayuktibid 2 2,664 Jan-21-2020, 04:41 AM
Last Post: prayuktibid
  python3 decoding problem but python2 OK mesbah 0 1,862 Nov-30-2019, 04:42 PM
Last Post: mesbah
  Migrating to Mysql from SQlite atari400 10 4,764 Nov-23-2019, 09:56 PM
Last Post: atari400
  Gnuradio python3 is not compatible python3 xmlrpc library How Can I Fix İt ? muratoznnnn 3 5,049 Nov-07-2019, 05:47 PM
Last Post: DeaD_EyE
  Trying to run a python2 script dagamer1991 3 2,617 Aug-12-2019, 12:33 PM
Last Post: buran

Forum Jump:

User Panel Messages

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