Hi community Does anyone develop the flytekit and ...
# ask-the-community
l
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)
y
Maybe run
make setup
under flytekit folder.
l
I’ve done it before, but it doesn’t work, but thanks a lot!
k
try to create a new python virtual environment, and reinstall it
l
Sure