-
Notifications
You must be signed in to change notification settings - Fork 14
ERROR - ModuleNotFoundError: No module named 'ipd' #1
Description
The make_conda.sh script is missing the ipd dependency, which causes the tests to fail when running ./rf_diffusion/ca_rfd_tests.sh.
I tried installing the https://github.com/baker-laboratory/ipd, but it requires python>=3.10.
Error Message
========================================================================================= test session starts =========================================================================================
platform linux -- Python 3.9.22, pytest-7.4.0, pluggy-1.6.0
rootdir: ////CA_RFDiffusion
plugins: hypothesis-6.131.30, anyio-4.9.0, hydra-core-1.3.1
collected 0 items / 1 error
=============================================================================================== ERRORS ================================================================================================
____________________________________________________________________________________ ERROR collecting test session ____________________________________________________________________________________
../../../docker/conda/ca_rfd_release/lib/python3.9/site-packages/_pytest/config/init.py:642: in _importconftest
mod = import_path(conftestpath, mode=importmode, root=rootpath)
../../../docker/conda/ca_rfd_release/lib/python3.9/site-packages/_pytest/pathlib.py:565: in import_path
importlib.import_module(module_name)
../../../docker/conda/ca_rfd_release/lib/python3.9/importlib/init.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
:1030: in _gcd_import
???
:1007: in _find_and_load
???
:972: in _find_and_load_unlocked
???
:228: in _call_with_frames_removed
???
:1030: in _gcd_import
???
:1007: in _find_and_load
???
:986: in _find_and_load_unlocked
???
:680: in _load_unlocked
???
:850: in exec_module
???
:228: in _call_with_frames_removed
???
lib/rf2aa/rf2aa/tests/init.py:3: in
import ipd
E ModuleNotFoundError: No module named 'ipd'
======================================================================================= short test summary info =======================================================================================
ERROR - ModuleNotFoundError: No module named 'ipd'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
========================================================================================== 1 error in 0.78s ===========================================================================================