pcdshub / lightpath

LCLS Lightpath Module
https://pcdshub.github.io/lightpath
Other
4 stars 9 forks source link

Installed Lightpath Segfaults #120

Closed ZLLentz closed 3 years ago

ZLLentz commented 3 years ago

Current Behavior

Throws this exception then segfaults:

NotADirectoryError: [Errno 20] Not a directory: '/cds/home/z/zlentz/miniconda3/envs/path36/lib/python3.6/site-packages/lightpath-0.6.7-py3.9.egg/lightpath/ui/lightapp.ui'

Tests pass in CI because they use the lightpath.ui from the cloned repo, but the packaging is messed up.

I have no idea what changed or why this would stop working, but we are definitely doing the conda packaging differently in lightpath vs the other repositories.

Possible Solution

Steps to Reproduce (for bugs)

  1. conda install lightpath
  2. lightpath

Your Environment

pcds-4.0.0 See https://github.com/pcdshub/pcds-envs/issues/169

ZLLentz commented 3 years ago

conda-recipe/build.sh is the suspicious file here for me, but I still don't know why everything would suddenly break.

ZLLentz commented 3 years ago

closed by #121