Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda Installation Issues #1

Open
rish-16 opened this issue Jul 20, 2022 · 1 comment
Open

Conda Installation Issues #1

rish-16 opened this issue Jul 20, 2022 · 1 comment

Comments

@rish-16
Copy link

rish-16 commented Jul 20, 2022

Hello,

I was hoping to run this on the PCQM4Mv2 dataset to log some metrics but ran into this issue upon typing the following command from the README:

What I tried

conda env create --file environment.yaml

The Error

Collecting package metadata (repodata.json): done
Solving environment: done

Downloading and Extracting Packages
idna-3.3             | 55 KB     | ################################################################################################################## | 100% 
blas-1.0             | 6 KB      | ################################################################################################################## | 100% 
libffi-3.3           | 54 KB     | ################################################################################################################## | 100% 
Preparing transaction: done
Verifying transaction: done
Executing transaction: | By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html

done
Installing pip dependencies: \ Ran pip subprocess with arguments:
['/home/rishabh/miniconda3/envs/chemprop/bin/python', '-m', 'pip', 'install', '-U', '-r', '/home/rishabh/urop/OGB-benchmarking/GRPE/condaenv.axjjs62z.requirements.txt']
Pip subprocess output:
Collecting alabaster==0.7.12
  Using cached alabaster-0.7.12-py2.py3-none-any.whl (14 kB)
Collecting babel==2.9.1
  Using cached Babel-2.9.1-py2.py3-none-any.whl (8.8 MB)
Collecting backcall==0.2.0
  Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting black==21.10b0
  Using cached black-21.10b0-py3-none-any.whl (150 kB)
Collecting charset-normalizer==2.0.3
  Using cached charset_normalizer-2.0.3-py3-none-any.whl (35 kB)
Collecting chemprop==1.3.0
  Using cached chemprop-1.3.0.tar.gz (86 kB)
Collecting click==8.0.1
  Using cached click-8.0.1-py3-none-any.whl (97 kB)
Collecting cloudpickle==1.6.0
  Using cached cloudpickle-1.6.0-py3-none-any.whl (23 kB)

Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement descriptastorus==2.3.0.2 (from versions: none)
ERROR: No matching distribution found for descriptastorus==2.3.0.2

failed

CondaEnvException: Pip failed

Can I please request for an updated environment.yaml file for me to use? Any help here would be appreciated!

Thank you :)

@surajgattani
Copy link

Try replacing:
descriptastorus==2.3.0.2 with just descriptastorus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants