You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyca is currently installed from conda-forge and built with a specific (but recipe unspecified) version of epicscorelibs that must be static for the install to work.
whatrecord is currently installed from pypi via pip and built for the install against whichever epicscorelibs is present
pmgr requires pyca and epicscorelibs and therefore its recipe keeps them in sync
In this repo, we pin to a specific pyca build and a specific epicscorelibs version
This is a mess. Vague to-do:
figure out the general problem: how to properly package epicscorelibs build/run dependencies on conda-forge
do the above properly on conda-forge so at minimum we get the compatible core libs when we install, and with vague future hopes of having compatibility with multiple corelibs versions
install pyca from source for the env builds to avoid this issue
unravel pmgr's tight pinning so we can update properly without breaking pmgr's CI testing
The text was updated successfully, but these errors were encountered:
pyca
is currently installed fromconda-forge
and built with a specific (but recipe unspecified) version ofepicscorelibs
that must be static for the install to work.whatrecord
is currently installed frompypi
viapip
and built for the install against whicheverepicscorelibs
is presentpmgr
requirespyca
andepicscorelibs
and therefore its recipe keeps them in syncpyca
build and a specificepicscorelibs
versionThis is a mess. Vague to-do:
epicscorelibs
build/run dependencies onconda-forge
conda-forge
so at minimum we get the compatible core libs when we install, and with vague future hopes of having compatibility with multiple corelibs versionspyca
from source for the env builds to avoid this issuepmgr
's tight pinning so we can update properly without breakingpmgr
's CI testingThe text was updated successfully, but these errors were encountered: