Having trouble running
When I run the command cube2sphere windows just complains there is no command, script, batch file, etc. It installed just fine with pip but apparently didn't register to any globals to use it anywhere. What do I do from here?
I tried both on Windows and Linux now, and both OS's don't recognize "cube2sphere" as a command, and it's not located in default location where pip instals site or dist packages.
The setup appears to be correct unless there is something I'm not seeing:
pip install cube2sphere
Collecting cube2sphere
Downloading https://files.pythonhosted.org/packages/5e/f6/2ce7f7417029b80f69ef40901ad244d80b81ec97f6343b0743fe1cd24312/cube2sphere-0.2.1.tar.gz (150kB)
100% |████████████████████████████████| 153kB 477kB/s
Building wheels for collected packages: cube2sphere
Running setup.py bdist_wheel for cube2sphere ... done
Stored in directory: /home/was/.cache/pip/wheels/91/f9/62/828fd60e067066a7075dd00e57d34f7a41f1ba260763d4f1e5
Successfully built cube2sphere
Installing collected packages: cube2sphere
Successfully installed cube2sphere-0.2.1
I had the same issue then I noticed there is an executable in C:\Users"Your username"\AppData\Local\Programs\Python\Python38-32\Scripts, I added this directory to the path and it worked
I had the same issue then I noticed there is an executable in C:\Users"Your username"\AppData\Local\Programs\Python\Python38-32\Scripts, I added this directory to the path and it worked
Thank you! That did the trick.