Hi all, How can I install pyflyte(flytekit) by wget instead of pip install?
f
flaky-daybreak-42119
04/19/2024, 9:57 PM
I don't think you can install flytekit by wget, since flytekit is basically a python package. Instead, you can try flytectl.
t
thankful-minister-83577
04/19/2024, 10:29 PM
you’ll have to use pip to install it. are you just trying to use wget to pull the wheel? i don’t think that will work cuz there are lots of dependencies. pip will still need network access.