Hello Flyte community ! It seems that pyflyte str...
# flyte-support
e
Hello Flyte community ! It seems that pyflyte struggles with symlink.. When registering my worflow, I got :
Registering against localhost:30080
Detected Root /home/X/Documents/data/Flyte/flytesnacks/venvtensorflow, using this to create deployable package...
Failed with Unknown Exception <class 'FileNotFoundError'> Reason: [Errno 2] No such file or directory: '/home/user/Documents/data/Flyte/flytesnacks/venvtensorflow/opt/openrobots/var/db/pkgin/cache/BehaviorTreeCPP-3.6.1.tgz'
[Errno 2] No such file or directory: '/home/user/Documents/data/Flyte/flytesnacks/venvtensorflow/opt/openrobots/var/db/pkgin/cache/BehaviorTreeCPP-3.6.1.tgz'
When in
/home/X/Documents/data/Flyte/flytesnacks/venvtensorflow/opt/openrobots/var/db/pkgin/cache
If I check the file :
lrwxrwxrwx 1 user user   67 giu  5 10:36 BehaviorTreeCPP-3.6.1.tgz -> /shared/packages/bsd/Fedora-35-x86_64/pub/BehaviorTreeCPP-3.6.1.tgz
And
ll /shared/packages/bsd/Fedora-35-x86_64/pub/
gives :
drwxr-xr-x 2 root root 4096 lug 25 10:47 ./
Is it something I can overcome ? Or a well known issue ? Thank you in advance 🙂
f
Hmm this is not a known issue. It might be an easy fix though
If you want to contribute
e
Yes, I removed the symlink and it solved the problem. I might have a look on how to add it to pyflyte 🙂