Py_DSSATTools
Py_DSSATTools copied to clipboard
pip3 install DSSATTools Failed on Ubuntu
Hi, i tried to install this lib on Ubuntu, but not succeed
CPU arch and OS version↓
# arch
x86_64
# cat /proc/version
Linux version 4.15.0-135-generic (buildd@lgw01-amd64-005) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #139-Ubuntu SMP Mon Jan 18 17:38:24 UTC 2021
Command output ↓
# pip3 install DSSATTools
Collecting DSSATTools
Downloading http://mirrors.cloud.aliyuncs.com/pypi/packages/74/ef/e74d2cf06a75b94cf0b4c837e040fb33254a669468183e17cfa1d1aa6a67/DSSATTools-2.1.3-py3-none-any.whl (11.7MB)
100% |████████████████████████████████| 11.7MB 42.6MB/s
Collecting coverage (from DSSATTools)
Downloading http://mirrors.cloud.aliyuncs.com/pypi/packages/4c/0b/731e558a762ed89478e2badc388443b30ebb0a975c335ae60e24b52d5b00/coverage-6.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (212kB)
100% |████████████████████████████████| 215kB 12.8MB/s
Collecting toml (from DSSATTools)
Downloading http://mirrors.cloud.aliyuncs.com/pypi/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl
Requirement already satisfied: pandas in /usr/local/lib/python3.6/dist-packages (from DSSATTools)
Collecting pluggy (from DSSATTools)
Downloading http://mirrors.cloud.aliyuncs.com/pypi/packages/9e/01/f38e2ff29715251cf25532b9082a1589ab7e4f571ced434f98d0139336dc/pluggy-1.0.0-py2.py3-none-any.whl
Requirement already satisfied: attrs in /usr/local/lib/python3.6/dist-packages (from DSSATTools)
Requirement already satisfied: certifi in /usr/local/lib/python3.6/dist-packages (from DSSATTools)
Collecting rosetta-soil (from DSSATTools)
Could not find a version that satisfies the requirement rosetta-soil (from DSSATTools) (from versions: )
No matching distribution found for rosetta-soil (from DSSATTools)
ScreenShot ↓
Thanks for reporting this. I just try the installation in an Ubuntu machine and it worked? Can you please confirmed if it is still not working in your case? I see that your Ubuntu version is outdated, have you try to install it in a more recent Ubuntu machine?