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

windows support? #15

Open
linhcentrio opened this issue Aug 30, 2024 · 5 comments
Open

windows support? #15

linhcentrio opened this issue Aug 30, 2024 · 5 comments

Comments

@linhcentrio
Copy link

windows support?

@btsmart
Copy link
Owner

btsmart commented Aug 31, 2024

I don't currently have access to a Windows machine to test on, so I likely won't be able to implement Windows support myself. Do you mind sharing which packages, or which parts of the code fail? Thanks

@mattymatty
Copy link

Solving environment: failed. ResolvePackageNotFound

@flatfeetpete
Copy link

For me there's a number of packages tripping it, more than I expected. The xorg bits being problematic makes sense, but things like ffmpeg ==4.3 hf484d3e_0 does not exist (perhaps a typo or a missing channel); are surprising.

https://gist.github.com/flatfeetpete/64ebe1b2d929d761b50c710499285908

@btsmart
Copy link
Owner

btsmart commented Sep 3, 2024

Thanks for sharing the logs. I suspect the environment.yml has unix-specific versions of packages, but perhaps recreating the environment from scratch on Windows could work? Unfortunately I cannot test this myself, but please let me know if you find success.

@WAduck
Copy link

WAduck commented Dec 29, 2024

A problem like ffmpeg ==4.3 hf484d3e_0 does not exist (perhaps a typo or a missing channel); may be caused by some differencies in build version. When exporting our environtment, we can use conda env export --no-builds > environment.yml to prevent this issue. However, some packages are still missing in Windows. So I install them manually.
requirements.txt This is my environment, which can be downloaded in Windows and use pip install -r requirements.txt to build environment.
It's not guaranteed because I just make use of demo.py to generate my .ply files but don't train.

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

5 participants