python的题目求各位帮我看看

我运行以下程序时会报错:
chemprop_train --data_path data/tox21.csv --dataset_type classification --save_dir tox21_checkpoints
报错:pkg_resources.DistributionNotFound: The 'chemprop==1.4.0' distribution was not found and is required by the application

pip install chemprop==1.4.0时:
报错: No matching distribution found for chemprop==1.4.0

conda install chemprop=1.4.0 时:
报错:PackagesNotFoundError: The following packages are not available from current channels:

  • chemprop==1.4.0
    请问这个怎么解决?

chemprop最高版本1.3.1