Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3.4 in Windows XP
#1
Hello everyone,

I'm new in this community and i hope you can help me. The point is that i have to work in coding python in a Windows XP system and i'm having some problems. To do so i use a virtual machine. I've installed there Python 3.4, which as far as I know is the latest compatible version with this OS. I also need to install pandas and there start the problems. Acording to the docuentation of pandas, the latest version compatible with Python 3.4 is 0.21.0, but when I try to install pandas==0.21.0 it says: "Python version >= 3.7 required". I cannot update the version of Python so i try downloading older versions of pandas. The result is the same message.

Can anybody help me? Does anyone program in Windows XP? How do you do that?

Thank you so much in advance
Reply
#2
Why do you need to be using XP? I mean, if you're using a VM anyway, couldn't you use a VM with a more up to date OS?
Reply
#3
(Apr-18-2021, 05:39 PM)ndc85430 Wrote: Why do you need to be using XP? I mean, if you're using a VM anyway, couldn't you use a VM with a more up to date OS?

My intention is to create an .exe with pyinstaller and this executable will be working in a Windows XP. I have already created this .exe in Windows 10, but when i run it in Windows XP a problem occurs with KERNEL32.dll. I want to try creating the .exe from a Windows XP to see if the problem persists.
Reply


Forum Jump:

User Panel Messages

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