planet-client-python
planet-client-python copied to clipboard
Installation failure Windows 11
Hello staff at Planet,
I tried pip installing Planet on Windows CMD. While the installation was successful, I could not open up Planet nor get to the API afterwards. Please kindly assist.
Thanks for the report @Deadpeng! And apologies for the slow response.
It looks like it's most likely an issue with your PATH, as it says it got installed, it's just not getting picked up.
Could you try the instructions on https://stackoverflow.com/questions/36092388/adding-installed-pip-package-to-path-automatically ? Particularly running: <python directory>\Tools\scripts\win_add2path.py
?
Closing as resolved per @cholmes' comment, this is a windows path issue and can be resolved with the linked StackOverflow ticket.