ERROR: Could not find a version that satisfies the requirement torch==1.9.0 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1) ERROR: No matching distribution found for torch==1.9.0
时间: 2023-12-11 13:37:29 浏览: 249
I apologize for the confusion. It seems that the specific version of PyTorch (1.9.0) is not available for installation through pip in this case.
However, you can try installing the latest version of PyTorch, which should be compatible with the 'deepforest' module. To install the latest version of PyTorch, run the following command:
```
pip install torch
```
This will install the latest version of PyTorch available for your Python environment. After installing PyTorch, you can then proceed to install the 'deepforest' module using the command I mentioned earlier:
```
pip install deepforest
```
This should resolve the issue. If you encounter any further errors or need additional assistance, please let me know!
阅读全文