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

Set up the environment with conda, results in “Found conflicts!” #11

Open
erwin-wu-x opened this issue Jun 28, 2022 · 4 comments
Open

Comments

@erwin-wu-x
Copy link

erwin-wu-x commented Jun 28, 2022

Thanks for your excellent work and contribution to the community.
I am trying to install the latest version of PlaneRecNet on Ubuntu, but some conflicts appear:

$ conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.

My operating system is Ubuntu 18.04.6 LTS, my conda version is 4.13.0. I also test the yml file on Ubuntu 20.04.4 LTS which bring the same conflicts. Since the conda version or system difference, I assume there might be a problem with this yml file?
There is one link I referenced.

Looking forward to your reply and thank you again.

@erwin-wu-x
Copy link
Author

I solved this problem by reorganizing the PyTorch version and Cuda version and installing some modules by hand.
Hope that's helpful:)

@AIMads
Copy link

AIMads commented Jun 30, 2022

Experience the same issue, can you go a bit more in depth of how you solved it? ;)

@EryiXie
Copy link
Owner

EryiXie commented Jul 1, 2022

I solved this problem by reorganizing the PyTorch version and Cuda version and installing some modules by hand. Hope that's helpful:)

Great to know that you have already solved it. I will try to update the environment.yml, since I directly generated it using conda commands, could be the case that some unused, not importance dependencies causing this issue.

@bdweix
Copy link

bdweix commented Aug 23, 2022

I solved this problem by reorganizing the PyTorch version and Cuda version and installing some modules by hand. Hope that's helpful:)

@erwin-wu-x could you post your updated environment.yml file? I encountered the same conflicts found issue and haven't been able to get it working

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