Monday, April 13, 2020

how to install the pycharm IDE in 32 bit window

hi, the friend we mostly still use the 32-bit operating system .but as the latest software are   update as the requirements change.


  • Today we mostly download the latest version of pycharm "IDE" and we don't install the latest version in his window its reason we  its doesn't support  fulfill the software requirements 
  •  if we tried to install the pycharm latest version in 32 bit it shows 
      the error 

  • I install the first latest version it shows the error 

  •     now I fix this error 



No comments:

Post a Comment

Python Happy Birthday Program

import turtle from random import randint , choice width = 700 height = 500 S = turtle . Screen () S . setup ( width , height ) S . bg...