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

FileNotFoundError: [Errno 2] No such file or directory: './docking_score/config/COc1ccc{C{=O}N{C}[C@@H]{C}C/C{N}=N/O}cc1O.conf' #1

Open
2494483957 opened this issue Mar 14, 2024 · 0 comments

Comments

@2494483957
Copy link

Traceback (most recent call last):
File "manage.py", line 86, in
preprocess_dataset(dataset, n_jobs)
File "F:\JTAVE\del_jtvae\utils\preprocess.py", line 152, in preprocess_dataset
dataset = add_property(dataset, prop, n_jobs)
File "F:\JTAVE\del_jtvae\molecules\properties.py", line 43, in add_property
prop = pjob(delayed(fn)(mol) for mol in mols)
File "C:\Users\1\anaconda3\envs\fregment\lib\site-packages\joblib\parallel.py", line 1061, in call
self.retrieve()
File "C:\Users\1\anaconda3\envs\fregment\lib\site-packages\joblib\parallel.py", line 938, in retrieve
self._output.extend(job.get(timeout=self.timeout))
File "C:\Users\1\anaconda3\envs\fregment\lib\site-packages\joblib_parallel_backends.py", line 542, in wrap_future_result
return future.result(timeout=timeout)
File "C:\Users\1\anaconda3\envs\fregment\lib\concurrent\futures_base.py", line 432, in result
return self.__get_result()
File "C:\Users\1\anaconda3\envs\fregment\lib\concurrent\futures_base.py", line 384, in __get_result
raise self._exception
FileNotFoundError: [Errno 2] No such file or directory: './docking_score/config/COc1ccc{C{=O}N{C}[C@@h]{C}C/C{N}=N/O}cc1O.conf'
执行
First, you need to download the data and do some preprocessing. To do this, run:

python manage.py preprocess --dataset <DATASET_NAME>

where <DATASET_NAME> must be ZINC or PCBA. At the moment, we support only these two.出现了这个错误,该怎么解决呢
Windows系统上运行的

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

1 participant