weecology / deepforestr

Other
10 stars 2 forks source link

Update installation instructions so that they work on Windows #3

Closed ethanwhite closed 3 years ago

ethanwhite commented 3 years ago

pip based installs of spatial packages don't work seamlessly on Windows, so install them first using conda and then install DeepForest via pip. This is only an issue due to the fact that we can't currently get the Python deepforest package to compile properly for conda due to upstream version issues with pytorch on conda-forge. Once that is fixed we can shift to installing everything via conda.

Closes #2

henrykironde commented 3 years ago

Thanks @ethanwhite for these changes.