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

Bug: Decord for Mac #38

Closed
ahmetutku opened this issue Apr 27, 2023 · 3 comments
Closed

Bug: Decord for Mac #38

ahmetutku opened this issue Apr 27, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@ahmetutku
Copy link

Hello, I was trying to install MiniGPT 4, for that I had the run the command "conda env create -f environment.yml". This tried to install decord which gave me the error: "
Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from versions: none)
ERROR: No matching distribution found for decord==0.6.0

failed

CondaEnvException: Pip failed

(base) ahmethamamcioglu@Ahmet-MacBook-Air MiniGPT-4 % pip install --upgrade pip

Requirement already satisfied: pip in /Users/ahmethamamcioglu/anaconda3/lib/python3.10/site-packages (22.3.1)
Collecting pip
Downloading pip-23.1.2-py3-none-any.whl (2.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 14.2 MB/s eta 0:00:00
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 22.3.1
Uninstalling pip-22.3.1:
Successfully uninstalled pip-22.3.1
Successfully installed pip-23.1.2
(base) ahmethamamcioglu@Ahmet-MacBook-Air MiniGPT-4 % pip install decord==0.6.0

ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from versions: none)
ERROR: No matching distribution found for decord==0.6.0
(base) ahmethamamcioglu@Ahmet-MacBook-Air MiniGPT-4 % pip install decord

ERROR: Could not find a version that satisfies the requirement decord (from versions: none)
ERROR: No matching distribution found for decord" I also tried to install it separately but it did not work. I found this thread online: dmlc/decord#213 which did not have a solution for the same problem. I was wondering if anybody could help?

@abrichr
Copy link
Contributor

abrichr commented Apr 28, 2023

Hi @ahmetutku ,

There appears to be an issue and solution in the MiniGPT-4 repo: Vision-CAIR/MiniGPT-4#64 (comment)

Can you please try it and let us know if it resolves the issue? Thank you!

@abrichr abrichr added the bug Something isn't working label May 1, 2023
@abrichr abrichr changed the title Decord for Mac Bug: Decord for Mac May 3, 2023
@abrichr
Copy link
Contributor

abrichr commented May 3, 2023

@ahmetutku any update on this?

@ahmetutku
Copy link
Author

@abrichr Using the comment I was able to download Decord. So it is solved; thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants