command (to see if it is running properly), I'm getting this error:
Copy code
Traceback (most recent call last):
File "/usr/local/bin/pyflyte", line 5, in <module>
from flytekit.clis.sdk_in_container.pyflyte import main
File "/usr/local/lib/python3.8/dist-packages/flytekit/__init__.py", line 306, in <module>
load_implicit_plugins()
File "/usr/local/lib/python3.8/dist-packages/flytekit/__init__.py", line 300, in load_implicit_plugins
discovered_plugins = entry_points(group="flytekit.plugins")
TypeError: entry_points() got an unexpected keyword argument 'group'
Did anyone had this same issue?
f
freezing-airport-6809
12/04/2023, 5:28 PM
Seems like a python version problem
freezing-airport-6809
12/04/2023, 5:28 PM
What python version are you using
g
glamorous-carpet-83516
12/04/2023, 7:16 PM
btw, which flytekit version are you using
t
thousands-plastic-56066
12/05/2023, 11:15 AM
I managed to solve the problem, it was a problem related with python libraries, thanks a lot for your replies!