Open hasan-sayeed opened 1 month ago
I was able to solve this issue, and I'm sharing the solution here for anyone who may face the same problem in the future.
I am working on a Windows machine and do not have access to a Linux environment, so I installed WSL (Windows Subsystem for Linux) to resolve this.
I then updated the env.yml file of the CDVAE code by pasting the environment configuration from this comment, and created the environment following the rest of the instructions from that link.
Additionally, I installed the required packages listed here.
After these steps, I was able to successfully run the CSP task.
I hope this helps anyone facing similar issues. Feel free to reach out if you have any further questions or need clarification. Thanks again to the developers for this great project!
First of all, I want to say this is a great project! I read your paper on DiffCSP, and I was really excited to try it out. The approach and insights you presented are fascinating, and I’m eager to apply this to my work. However, I’ve run into an issue that I hope someone can help me with.
Description:
I’m attempting to run the CSP task using the DiffCSP repository on my Windows 11 laptop with an RTX 4060 GPU. I followed the environment setup instructions provided in https://github.com/txie-93/cdvae/issues/63#issuecomment-2211103347, and https://github.com/jiaor17/DiffCSP?tab=readme-ov-file#dependencies-and-setup but I’m encountering a FileNotFoundError when running the command:
python diffcsp/run.py data=mp_20 expname=mp_20
Error:
System Setup:
OS: Windows 11 GPU: RTX 4060 Python environment: Miniconda,
cdvae_copy_3
environment .env file:Additional Context: I found an open issue here: https://github.com/jiaor17/DiffCSP/issues/11#issue-2197787565 in the repository, which suggests that DiffCSP is more suited for Linux environments, and there might be incompatibility with Windows. I don't have access to a Linux machine at the moment, so I’m wondering if there’s a way to make this work on Windows.
Questions:
I’d really appreciate it if anyone could help me resolve this issue. Thanks in advance for your time and for this fantastic project!