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

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

Open
LeeYangLBLBCS opened this issue Jul 24, 2023 · 0 comments

Comments

@LeeYangLBLBCS
Copy link

<!--- 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 -->
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