Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ayutaz opened this issue Mar 11, 2024 · 9 comments
Open

Comments

@ayutaz
Copy link

ayutaz commented Mar 11, 2024

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

  • cuda:12.2.0
  • ubuntu22.04

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
Copy link
Owner

lizhe00 commented Mar 11, 2024

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

@ayutaz
Copy link
Author

ayutaz commented Mar 11, 2024

@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
Copy link
Owner

lizhe00 commented Mar 11, 2024

Ubuntu 20.04.3
CUDA: 11.7
python: 3.8.17

@ayutaz
Copy link
Author

ayutaz commented Mar 11, 2024

Thank you.

@HarshWinterBytes
Copy link

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

@lizhe00
Copy link
Owner

lizhe00 commented Mar 14, 2024

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

@HJ1990
Copy link

HJ1990 commented Mar 18, 2024

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
Copy link

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

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

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

@janek
Copy link

janek commented Mar 27, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants