Nuacht

If you see Command python setup.py egg_info failed with error code 1 when Installing Python, then the setup tool on your computer might not be installed or updated.
I also tried it with release/0.8.2 and got the same result.
@2abet I did eventually, yeah. The problem was that my user folder's name (which contained my python files, gradio, ETC.) had special non English characters in it. I made a new windows user without ...
Check Python version in Windows CMD with step-by-step methods. Ensure compatibility for scripts and libraries in seconds.
During Python setup, you’re offered the option to install the py launcher, a small executable that lets you select (via command-line flags) which version of Python to use for a given script.
Python modules are typically installed using a package manager called 'pip', which launches a 'setup.py' file that is made available by the developer of the package for installation purposes.