Get error when try to install PIL

Question or problem about Python programming: I try to install PIL but get errors, what should I do? $ Command Result ———— $ pip install PIL Collecting PIL Could not find a version that satisfies the requirement PIL (from versions: ) No matching distribution found for PIL ——————————————————————– $ pip install PIL –allow-unverified PIL –allow-all-external […]

Continue Reading