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

Fix pathing to icicle libraries #272

Open
ryansantos1174 opened this issue Jul 19, 2024 · 0 comments
Open

Fix pathing to icicle libraries #272

ryansantos1174 opened this issue Jul 19, 2024 · 0 comments

Comments

@ryansantos1174
Copy link
Collaborator

With a new push to icicle there is a new import in visa_instrument.py "import icicle.sim" . The way that the pythonpath is currently setup, this import cannot be found. The issue is fixed if we remove icicle from the import. The correct way to fix this is to change the pythonpath with the docker image to ENV PYTHONPATH=:/home/cmsTkUser/Ph2_ACF_GUI:/home/cmsTkUser/Ph2_ACF_GUI/icicle/:/home/cmsTkUser/Ph2_ACF_GUI/InnerTrackerTests

And then from there we would need to alter the imports when we import the the devices from icicle by prepending icicle.

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