habitat-lab icon indicating copy to clipboard operation
habitat-lab copied to clipboard

Can not setup

Open realjoshqsun opened this issue 11 months ago • 1 comments

My issue is the failure of installation. I was installing from https://github.com/jacobkrantz/VLN-CE using the code

git clone --branch v0.1.7 [email protected]:facebookresearch/habitat-lab.git cd habitat-lab

installs both habitat and habitat_baselines

python -m pip install -r requirements.txt python -m pip install -r habitat_baselines/rl/requirements.txt python -m pip install -r habitat_baselines/rl/ddppo/requirements.txt python setup.py develop --all

However, I found this error below: ..... 01bfae789fa566a2be1f385d1/msgpack-1.0.7.tar.gz#sha256=572efc93db7a4d27e404501975ca6d2d9775705c2d922390d878fcf768d92c87 Best match: msgpack 1.0.7 Processing msgpack-1.0.7.tar.gz Writing /tmp/easy_install-s3pm6ljt/msgpack-1.0.7/setup.cfg Running msgpack-1.0.7/setup.py -q bdist_egg --dist-dir /tmp/easy_install-s3pm6ljt/msgpack-1.0.7/egg-dist-tmp-9o2qa8p4 warning: no files found matching '*.c' under directory 'msgpack' cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ zip_safe flag not set; analyzing archive contents... msgpack.pycache._cmsgpack.cpython-36: module references file creating /home/q84sun/miniconda3/envs/vlnce/lib/python3.6/site-packages/UNKNOWN-0.0.0-py3.6-linux-x86_64.egg Extracting UNKNOWN-0.0.0-py3.6-linux-x86_64.egg to /home/q84sun/miniconda3/envs/vlnce/lib/python3.6/site-packages Adding UNKNOWN 0.0.0 to easy-install.pth file

Installed /home/q84sun/miniconda3/envs/vlnce/lib/python3.6/site-packages/UNKNOWN-0.0.0-py3.6-linux-x86_64.egg error: The 'msgpack' distribution was not found and is required by webdataset

realjoshqsun avatar Mar 01 '24 04:03 realjoshqsun

same error, try

pip install msgpack-python
pip install msgpack

zhanglixuan0720 avatar Aug 29 '24 04:08 zhanglixuan0720