
I've been trying to install a Kivy download as Admin in Anaconda Prompt on Windows 10. My Anaconda is 64 bit, and my Python 3.6 is 32 bit. I have tried both 64 bit and 32 bit Kivy files and I keep getting a message that says:
Requirement 'Kivy-1.10.1.dev0-cp36-cp36m-win32.whl' looks like a filename, but the file does not exist
Kivy-1.10.1.dev0-cp36-cp36m-win32.whl is not a supported wheel on this platform.
My file is in my downloads folder, so it may be a directory issue. When I try to change the directory from C:\WINDOWS\system32> to C:\Users\Craig&Terra\Downloads I get an error message that says:
The system cannot find the path specified.
I was given a stack overflow link to help solve the problem, but I'm unclear as where to start or if it will provide a solution. I think it may be part D number 2, but haven't tried it yet. I've included a screenshot of that and my error messages in the Anaconda Prompt. Any thoughts?
