This error i m getting while running the python sc...
# flyte-support
b
This error i m getting while running the python script in getting started part of Flyte
g
Could you share the code you ran?
b
message has been deleted
After that i ran pyflyte run example.py wf --n 500 ......
g
which version of flytekit are you using
b
I don't know which version it is I just followed the getting started part
g
pip show flytekit
b
1.2.3
g
hmm, it works for me. Could you try to remove flytekit, and reinstall it
b
How to Remove... using python after sometimes now
g
pip uninstall flytekit
b
Now installed
g
try to run the example again
Copy code
pyflyte run example.py wf --n 500 --mean 42 --sigma 2
b
message has been deleted
Can you tell how to completely remove flytekit I can try it because pip uninstall did not completely removed it
g
ah, I think it’s idl issues, which version of flyteidl are you using? pip show flyteidl
b
1.1.22
g
hmm. the version is same as mine
b
During first time installation of flytekit it showed warning messages
I ignored that
Can you tell how to completely remove the package and try installing again?
g
pip uninstall flytekit
b
Tried this
g
what’s your os
b
Ubuntu
g
sorry, I’m thinking
👍 1
are you using conda? if not, could you try to install conda, and install flytekit in conda environment.
b
My machine is bit old...it can't run conda
I have used the flytekit sandbox But i wanted to resolve this error for others who might be facing this
@high-park-82026 helped me with sandbox already
g
@high-accountant-32689 @thankful-minister-83577 Did you see this error before?
t
feels like something is a little messed up yeah
this is the idl part
you should use a python virtualenv
if your machine can run python it should be able to run virtualenv
b
Ok sure will try in python environment
153 Views