databroker icon indicating copy to clipboard operation
databroker copied to clipboard

import databroker.tutorial_utils fails after issue [776] updated instruction

Open LeeYangLBLBCS opened this issue 2 years ago • 0 comments

<!--- Provide a general summary of the issue in the Title above -->

## Expected Behavior
import databroker.tutorial_utils should succeed as instructed by the tutorial.

## Current Behavior
ipython3
Python 3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0]
Type 'copyright', 'credits' or 'license' for more information
IPython 7.31.1 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import databroker.tutorial_utils
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-932d1bea0e8b> in <module>
----> 1 import databroker.tutorial_utils

~/databroker/databroker/__init__.py in <module>
      1 import logging
      2 
----> 3 from tiled.utils import OneShotCachedMap
      4 from tiled.profiles import list_profiles
      5 from tiled.client import from_profile

ModuleNotFoundError: No module named 'tiled'



## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->

## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.

## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->

## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->

LeeYangLBLBCS avatar Jul 24 '23 23:07 LeeYangLBLBCS