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

Could not find a version that satisfies the requirement decord==0.6.0 (from detgpt) (from versions: none) #7

Open
rohanabraham opened this issue May 17, 2023 · 3 comments

Comments

@rohanabraham
Copy link

pip install -e .

Collecting supervision (from detgpt==0.0.1)
Using cached supervision-0.7.0-py3-none-any.whl (38 kB)
INFO: pip is looking at multiple versions of detgpt to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from detgpt) (from versions: none)
ERROR: No matching distribution found for decord==0.6.0

uname -a
Linux 309bbf56dcab 5.15.49-linuxkit #1 SMP PREEMPT Tue Sep 13 07:51:32 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux

@shizhediao
Copy link
Contributor

shizhediao commented May 21, 2023

Hi,
Is the issue solved?
If not, could you provide more context? It is hard to locate the problem for us given the provided context for now.
It seems to be caused by the version conflict of the supervision package

Thank you!

@Abhishek-at-vanigaa
Copy link

Abhishek-at-vanigaa commented Jun 4, 2023

Getting this error while installing packages in Mac , any idea how to fix it

Collecting supervision (from detgpt==0.0.1)
Using cached supervision-0.8.0-py3-none-any.whl (42 kB)
INFO: pip is looking at multiple versions of detgpt to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.0rc1 Requires-Python >=3.7,<3.10; 1.7.0rc2 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10
ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from detgpt) (from versions: none)
ERROR: No matching distribution found for decord==0.6.0

@devpranoy
Copy link

@Abhishek-at-vanigaa I had the same issue as well, turns out decord does not have support for M1 macs yet.

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

4 participants