Hi community Does anyone develop the flytekit and ...
# flyte-support
d
Hi community Does anyone develop the flytekit and meet the following error ?
Copy code
cd flytekit
pip install -e .
Copy code
>>> from flytekit import Resources, task, workflow
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'Resources' from 'flytekit' (unknown location)
a
Maybe run
make setup
under flytekit folder.
d
I’ve done it before, but it doesn’t work, but thanks a lot!
g
try to create a new python virtual environment, and reinstall it
🔥 1
d
Sure