Python Forum
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I install Python?
#6
(Feb-06-2019, 09:23 AM)devlocalca Wrote: It's been a nightmare, and any supposed time savings on language conciseness over other languages has been lost with library compatibility issues between 2.x and 3.x.

python 2 supports ends 01/01/2020. It's long time that you/your company should have migrated to python3. There is no compatibility issue for a long, long time - almost any external package that you may use want to use is python3 compatible. If it is not - probably you don't want to use it anyways. it's certainly long dead and not maintained.

(Feb-06-2019, 09:23 AM)devlocalca Wrote: With other languages I have a choice of package managers. With some, there is no installation of a dependency, I only need to declare a library as a dependency in the build file and I'm done. The build system takes care of it, and things do not get jacked up when I upgrade the language version. This is a tangent. Right now I just want to get pip working, that's it, with no error messages that make no sense.

you have pip, but you don't want to use it :-) don't blame python for your choices.

(Feb-06-2019, 09:30 AM)devlocalca Wrote: Peak Python was long ago
Maybe you should do reality check about that :-)

https://www.tiobe.com/tiobe-index/
https://hackernoon.com/top-3-most-popula...b4a7354e06
http://pypl.github.io/PYPL.html
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
How do I install Python? - by devlocalca - Feb-06-2019, 08:25 AM
RE: How do I install Python? - by buran - Feb-06-2019, 09:09 AM
RE: How do I install Python? - by devlocalca - Feb-06-2019, 09:23 AM
RE: How do I install Python? - by buran - Feb-06-2019, 09:24 AM
RE: How do I install Python? - by devlocalca - Feb-06-2019, 09:30 AM
RE: How do I install Python? - by buran - Feb-06-2019, 09:47 AM
RE: How do I install Python? - by metulburr - Feb-06-2019, 09:53 AM
RE: How do I install Python? - by devlocalca - Feb-06-2019, 11:14 AM
RE: How do I install Python? - by buran - Feb-06-2019, 11:44 AM
RE: How do I install Python? - by metulburr - Feb-06-2019, 12:31 PM
RE: How do I install Python? - by buran - Feb-06-2019, 12:32 PM
RE: How do I install Python? - by Kebap - Feb-07-2019, 02:12 PM

Forum Jump:

User Panel Messages

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