carissalow / rapids

Reproducible Analysis Pipeline for Data Streams
http://www.rapids.science/
GNU Affero General Public License v3.0
37 stars 20 forks source link

init renv and environment problem #219

Closed Bassel-kh closed 1 year ago

Bassel-kh commented 1 year ago

This form is only for bug reports. For questions, feature requests, or feedback use our Github discussions

Bassel-kh commented 1 year ago

i used this env yml for me: name: rapids23 channels:

jenniferfedor commented 1 year ago

Hi @Bassel-kh, thank you for using RAPIDS and for reporting this issue and your solution! One of our interns has been looking into this and was able to reproduce the issue on a machine running Windows 11 (unfortunately our team does not currently have a machine with Windows 10 available to us). Our intern was also able to restore the Python virtual environment by updating the environment.yml file as you describe. However, with this updated environment, some of our tests fail and thus the results RAPIDS produces under these conditions are likely to be different than expected. We wanted to make sure you were aware of this.

As we mention in our documentation, RAPIDS does not officially support native installation on Windows, so in light of this and other potential issues, we highly recommend that you instead run RAPIDS through WSL or our Docker container if either of those options are available to you.