I'd like to know if ther's a way to use the visual framework processing (https://py.processing.org) with the original python shell, like to import it as a module, as I've seen in a french school's python-teaching page. I've tried 'pip install processing' but get the following error:
' Command"python setup.py egg_info" failed with error 1 in C:\ ... \Temp\pip-install-pdk9ihlb\processing\ '
I've already searched for solutions to that particular error but all solutions that worked for others I've tried did not resolve my problem. Although, I didn't find any .whl file for processing, and I've seen people resolving the error I got by installing via a created-by-themselves whl file (but I have no idea how to do it).
If anyone knows anything on the subject of processing, resolving pip errors or creating a wheel file, please feel free to help a newcomer like me. Thanks!