SHARK icon indicating copy to clipboard operation
SHARK copied to clipboard

error: Cannot update time stamp of directory 'nodai_SHARK.egg-info'

Open ehuaa opened this issue 1 year ago • 3 comments

when i ran setup_venv.sh,i encounter the error as follows

Successfully Installed torch-mlir rm: cannot remove '.use-iree': No such file or directory Installing https://nod-ai.github.io/SHARK-Runtime/pip-release-links.html... Looking in links: https://nod-ai.github.io/SHARK-Runtime/pip-release-links.html Requirement already satisfied: iree-compiler in /home/banach/anaconda3/envs/p310/lib/python3.10/site-packages (20230315.156) Requirement already satisfied: iree-runtime in /home/banach/anaconda3/envs/p310/lib/python3.10/site-packages (20230315.156) Requirement already satisfied: numpy in /home/banach/anaconda3/envs/p310/lib/python3.10/site-packages (from iree-compiler) (1.24.2) Requirement already satisfied: PyYAML in /home/banach/anaconda3/envs/p310/lib/python3.10/site-packages (from iree-compiler) (6.0) Looking in links: https://llvm.github.io/torch-mlir/package-index/, https://nod-ai.github.io/SHARK-Runtime/pip-release-links.html, https://download.pytorch.org/whl/nightly/torch/ Obtaining file:///home/banach/SHARK Installing build dependencies ... done Checking if build backend supports build_editable ... done Getting requirements to build editable ... error error: subprocess-exited-with-error

× Getting requirements to build editable did not run successfully. │ exit code: 1 ╰─> [2 lines of output] running egg_info error: Cannot update time stamp of directory 'nodai_SHARK.egg-info' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build editable did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

ehuaa avatar Mar 16 '23 09:03 ehuaa