geopavlakos / hamer

HaMeR: Reconstructing Hands in 3D with Transformers
https://geopavlakos.github.io/hamer/
MIT License
326 stars 28 forks source link

OSError: [Errno 38] Function not implemented: '../../tools' #45

Closed ireneMsm2020 closed 3 months ago

ireneMsm2020 commented 3 months ago

when "pip install -v -e third-party/ViTPose",I meet this error:

warning: no files found matching 'mmpose/.mim/model-index.yml'
  warning: no files found matching '*.py' under directory 'mmpose/.mim/configs'
  warning: no files found matching '*.yml' under directory 'mmpose/.mim/configs'
  warning: no files found matching '*.py' under directory 'mmpose/.mim/tools'
  warning: no files found matching '*.sh' under directory 'mmpose/.mim/tools'
  warning: no files found matching '*.py' under directory 'mmpose/.mim/demo'

os.symlink(src_relpath, tar_path) OSError: [Errno 38] Function not implemented: '../../tools' -> **

does anyone also meet this error?

geopavlakos commented 3 months ago

Is it possible that you cloned without --recursive and the ViTPose folder is empty? If so, you can run git submodule update --init --recursive and then try running the pip install command again.

ireneMsm2020 commented 3 months ago

@geopavlakos thanks for your replay, it is solved now