This is the issue I observed while tried to run bsui with the new environment for this cycle:
[mrakitin@xf11id-dev ~]$ BS_ENV=collection-2020-2.0rc6 bsui
Versions of DAMA software:
- Bluesky : v1.6.4
- Ophyd : v1.5.2
- Databroker : v1.0.6
Links to Bluesky and Databroker tutorials:
- http://nsls-ii.github.io/bluesky/tutorial.html
- http://nsls-ii.github.io/databroker/tutorial.html
If you get lost or confused, then we want to know! We have a friendly chat channel:
https://gitter.im/NSLS-II/DAMA
or you can file a bug to let us know where our documentation could be made more clear:
https://github.com/NSLS-II/Bug-Reports/issues
bsui is running these commands now to start an interactive computing environment for data acquisition:
$ conda activate collection-2020-2.0rc6
$ ipython --profile=collection --IPCompleter.use_jedi=False
Python 3.7.7 (default, Mar 26 2020, 15:48:22)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.16.1 -- An enhanced Interactive Python. Type '?' for help.
IPython profile: collection
Loading metadata history from /home/mrakitin/.config/bluesky/bluesky_history.db
environment variable BLUESKY_LOG_FILE is not set, using default log file path '/home/mrakitin/.cache/bluesky/log/bluesky.log'
environment variable BLUESKY_IPYTHON_LOG_FILE is not set, using default file path '/home/mrakitin/.cache/bluesky/log/bluesky_ipython.log'
Activating auto-logging. Current session state plus future input saved.
Filename : /home/mrakitin/.cache/bluesky/log/bluesky_ipython.log
Mode : append
Output logging : True
Raw input log : False
Timestamping : True
State : active
Exception reporting mode: Minimal
[TerminalIPythonApp] Running file in user namespace: /home/mrakitin/.ipython/profile_collection/startup/01-chxsetup.py
[TerminalIPythonApp] Running file in user namespace: /home/mrakitin/.ipython/profile_collection/startup/02-aliases.py
[TerminalIPythonApp] Running file in user namespace: /home/mrakitin/.ipython/profile_collection/startup/10-optics.py
[TerminalIPythonApp] Running file in user namespace: /home/mrakitin/.ipython/profile_collection/startup/15-machines.py
[TerminalIPythonApp] Running file in user namespace: /home/mrakitin/.ipython/profile_collection/startup/20-area-detectors.py
[TerminalIPythonApp] Running file in user namespace: /home/mrakitin/.ipython/profile_collection/startup/25-shutter.py
[TerminalIPythonApp] Running file in user namespace: /home/mrakitin/.ipython/profile_collection/startup/26-scalers.py
[TerminalIPythonApp] Running file in user namespace: /home/mrakitin/.ipython/profile_collection/startup/30-user.py
[TerminalIPythonApp] Running file in user namespace: /home/mrakitin/.ipython/profile_collection/startup/31-syringe_pump.py
[TerminalIPythonApp] Running file in user namespace: /home/mrakitin/.ipython/profile_collection/startup/34_fash_shutter_bpm_test.py
[TerminalIPythonApp] Running file in user namespace: /home/mrakitin/.ipython/profile_collection/startup/35-detectors.py
[TerminalIPythonApp] Running file in user namespace: /home/mrakitin/.ipython/profile_collection/startup/36-commisionning.py
[TerminalIPythonApp] Running file in user namespace: /home/mrakitin/.ipython/profile_collection/startup/37-database.py
[TerminalIPythonApp] WARNING | Unknown error in handling startup files:
AttributeError: 'Registry' object has no attribute 'config'
In [1]:
This is the issue I observed while tried to run
bsuiwith the new environment for this cycle: