crockwell / far

[CVPR 2024 - Highlight] FAR: Flexible, Accurate and Robust 6DoF Relative Camera Pose Estimation
https://crockwell.github.io/far/
101 stars 6 forks source link

ResolvePackageNotFound #6

Closed xiasu closed 3 months ago

xiasu commented 4 months ago

When installing, the "conda env create -f environment.yml" always fail with the following error log:

`ResolvePackageNotFound:

Even after I manually removed the build numbers (e.g. py39h06a4308_0) there are still packages not found:

`ResolvePackageNotFound:

Is there any way to resolve this? Or is there any docker image to use? Thanks!

crockwell commented 4 months ago

Hi -- so sorry to hear this! Have you by any chance tried some of the steps others have tried online like this one? Please keep me posted in case others have the same issue. Thanks!!

xiasu commented 4 months ago

Thank you for prompt reply! I tried the trick in this thread that moves the not found packages to the pip section. However, errors still appear: Invalid requirement '_openmp_mutex==5.1=1_gnu' I guess it's because I'm trying to set up environment on Windows. I'm trying a docker image with cu118 instead and see if it works.

crockwell commented 4 months ago

Hi xiasu,

Did you have any luck on that? Sadly I do suspect it might be a Windows issue.

Best, Chris

crockwell commented 3 months ago

Closing due to inactivity -- feel free to open if this continues to be a struggle, or if you want to share how you solved it. Thanks!