lizhe00 / AnimatableGaussians

Code of [CVPR 2024] "Animatable Gaussians: Learning Pose-dependent Gaussian Maps for High-fidelity Human Avatar Modeling"
https://animatable-gaussians.github.io/
Other
813 stars 48 forks source link

ERROR: Could not find a version that satisfies the requirement igl==2.2.1 #6

Open ayutaz opened 3 months ago

ayutaz commented 3 months ago

Error: No matching distribution found for igl==2.2.1

Description

When trying to install the required dependencies from the requirements.txt file, I encountered the following error:

Collecting glfw==2.4.0 (from -r requirements.txt (line 1))
Using cached glfw-2.4.0-py2.py27.py3.py30.py31.py32.py33.py34.py35.py36.py37.py38-none-manylinux2014_x86_64.whl.metadata (4.8 kB)
ERROR: Could not find a version that satisfies the requirement igl==2.2.1 (from versions: none)
ERROR: No matching distribution found for igl==2.2.1

This error occurs when trying to install the `igl` package at version 2.2.1, which appears to be listed in the `requirements.txt` file.

Environments Tested

I have tried the following environments:

  1. venv with Python 3.11
  2. Anaconda with Python 3.10
  3. Anaconda with Python 3.9

Steps to Reproduce

  1. Create a new virtual environment (using pyenv or Anaconda)
  2. Install the required dependencies from the requirements.txt file

Expected Behavior

All the dependencies listed in the requirements.txt file should be installed successfully without any errors.

Additional Information

Can you please let me know if you have an environment that works well for these errors? Thank you in advance for your time.

lizhe00 commented 3 months ago

I did not meet this error when installing glfw. You can try other versions of this lib.

ayutaz commented 3 months ago

@lizhe00 Here's the English translation:

Could you provide the details of your environment? We would like to replicate the same environment on our end to investigate the issue.

Thank you.

lizhe00 commented 3 months ago

Ubuntu 20.04.3 CUDA: 11.7 python: 3.8.17

ayutaz commented 3 months ago

Thank you.

HarshWinterBytes commented 3 months ago

I meet the same issue. Did you solve this problem? My environment: Ubuntu 22.04 CUDA: 11.3 python: 3.8.17

lizhe00 commented 3 months ago

Hi @ayutaz @HarshWinterBytes , I have updated the requirements.txt. You can try it again.

HJ1990 commented 3 months ago

Hi @ayutaz @HarshWinterBytes , I have updated the requirements.txt. You can try it again.

A similar problem that I can't install pytorch3D==0.7.4. The error said 'Could not find the satisfied version of pytorch3D'.

zhangdanq commented 3 months ago

你好@ayutaz @HarshWinterBytes,我已经更新了requirements.txt。你可以再试一次。

类似的问题,我无法安装pytorch3D==0.7.4。错误提示“找不到满意的pytorch3D版本”。

你可以尝试使用源码安装或者conda安装

janek commented 3 months ago

I'm having the same issue as mentioned above (ERROR: Could not find a version that satisfies the requirement pytorch3d==0.7.4 (from versions: none). I've tried several versions of pip (3.8 to 3.12) and pytorch3d (0.7.2 to 0.7.6).