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

Setup environment fails #2

Closed
weijielyu opened this issue Jan 21, 2025 · 2 comments
Closed

Setup environment fails #2

weijielyu opened this issue Jan 21, 2025 · 2 comments

Comments

@weijielyu
Copy link

Hi, thanks for this great work!

I have a question about the environment setup. After I run the conda env create -f environment.yml command, it seems to suck at solving environment.

(base) xxx@xxxxx:/home/users/xxx/L4GM-official$ conda env create -f environment.yml
Collecting package metadata (repodata.json): / WARNING conda.models.version:get_matcher(537): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0.*, but conda is ignoring the .* and treating it as 1.8.0
WARNING conda.models.version:get_matcher(537): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.7.1.*, but conda is ignoring the .* and treating it as 1.7.1
WARNING conda.models.version:get_matcher(537): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.6.0.*, but conda is ignoring the .* and treating it as 1.6.0
WARNING conda.models.version:get_matcher(537): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.9.0.*, but conda is ignoring the .* and treating it as 1.9.0
done
Solving environment: \

Any idea why this happens? Thank you!

@jiawei-ren
Copy link
Collaborator

jiawei-ren commented Jan 24, 2025

Hi, could you try install the latest torch and xformer first? Then you could simply

pip install -r requirements.txt
pip install git+https://github.com/nerfstudio-project/[email protected]

The requirements.txt in the HF demo could also be helpful.

@weijielyu
Copy link
Author

I've successfully installed the environment. Thanks for your suggestion!

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

2 participants