Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Hi,
New to DSS. I want to know, can I install a Python package from ".whl"(wheel) file in my Python code environment? I checked the documentation but didn't get any such info.
I've one ".whl" file from which I need to install some dependencies to my Python code environment.
Thanks
Operating system used: Windows
Yes, you can put this file somewhere on DSS server file system and specify a full path to it in the code env requirements.
Yes, you can put this file somewhere on DSS server file system and specify a full path to it in the code env requirements.
Thanks. It worked.