Skip to content

Ophyd fork is not installed with packaged instrbuilder via pip #21

@lucask07

Description

@lucask07

The instrbuilder requirements.txt file lists:

git+https://github.com/lucask07/ophyd@master#egg=ophyd

But this doesn't work and the master pip version of ophyd is installed.

After installation of instrbuilder via pip need to run the following pip commands to get the ophyd fork:

python -m pip uninstall ophyd
python -m pip install git+https://github.com/lucask07/ophyd@master#egg=ophyd

To test if the correct ophyd fork that supports Bluesky and Instrbuilder integration:

from ophyd.ee_instruments import generate_ophyd_obj

The import will only work if the ophyd fork is installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions