Loading from packaged simulation configuration
Traceback (most recent call last):
File "/home/conda/feedstock_root/build_artifacts/xpdconf_1660241225258/test_tmp/run_test.py", line 5, in <module>
import xpdconf.conf
File "/home/conda/feedstock_root/build_artifacts/xpdconf_1660241225258/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.9/site-packages/xpdconf/conf.py", line 159, in <module>
glbl_dict["exp_db"] = databroker.v2.temp()
File "/home/conda/feedstock_root/build_artifacts/xpdconf_1660241225258/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.9/site-packages/databroker/v2.py", line 17, in temp
from .mongo_normalized import Catalog
ImportError: cannot import name 'Catalog' from 'databroker.mongo_normalized' (/home/conda/feedstock_root/build_artifacts/xpdconf_1660241225258/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.9/site-packages/databroker/mongo_normalized.py)
Tests failed for xpdconf-0.4.5-pyhd8ed1ab_1.tar.bz2 - moving package to /home/conda/feedstock_root/build_artifacts/broken
WARNING:conda_build.build:Tests failed for xpdconf-0.4.5-pyhd8ed1ab_1.tar.bz2 - moving package to /home/conda/feedstock_root/build_artifacts/broken
TESTS FAILED: xpdconf-0.4.5-pyhd8ed1ab_1.tar.bz2
Possible Solution
It may be related to the conda recipe of tiled.
Steps to Reproduce (for bugs)
Install databroker 2.0.0b from conda-forge
run databroker.v2.temp() in python
Context
Build package dependent on databroker in conda-forge.
Expected Behavior
A DB should be initialized without a bug.
databroker.v2.temp()
Current Behavior
Possible Solution
It may be related to the conda recipe of
tiled
.Steps to Reproduce (for bugs)
databroker 2.0.0b
from conda-forgedatabroker.v2.temp()
in pythonContext
Build package dependent on databroker in conda-forge.
Your Environment