We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
conda env create --file environment.yaml
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!
environment.yaml
Thank you :)
The text was updated successfully, but these errors were encountered:
Try replacing: descriptastorus==2.3.0.2 with just descriptastorus
Sorry, something went wrong.
No branches or pull requests
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
The Error
Can I please request for an updated
environment.yaml
file for me to use? Any help here would be appreciated!Thank you :)
The text was updated successfully, but these errors were encountered: