Hello everyone, by just running `pyflyte` command...
# ask-the-community
s
Hello everyone, by just running
pyflyte
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?
k
Seems like a python version problem
What python version are you using
k
btw, which flytekit version are you using
s
I managed to solve the problem, it was a problem related with python libraries, thanks a lot for your replies!