skhu101 / SHERF

Code for our ICCV'2023 paper "SHERF: Generalizable Human NeRF from a Single Image"
Other
297 stars 10 forks source link

Installing Dependencies Error #11

Closed StephenYangjz closed 11 months ago

StephenYangjz commented 11 months ago

Greetings,

I am having issues with installing dependencies using requirement.txt. The format is somehow not being recognized as correct and it can't find anything, as attached:

conda create --name sher --file requirement.txt 
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - jedi==0.18.2=pypi_0
  - olefile==0.46=pyh9f0ad1d_1
  - pyglet==2.0.7=pypi_0
  ...

And,

pip install -r requirement.txt
ERROR: Invalid requirement: '_libgcc_mutex=0.1=main' (from line 2 of requirement.txt)
Hint: = is not a valid operator. Did you mean == ?`

It would be great if I may get some help on this. Thank you! @skhu101

skhu101 commented 11 months ago

Hi, thanks for pointing out this. We have updated the dependency file requirement.txt. Now you should install the conda environment successfully. If you have any other questions, please do not hesitate to let me know.