Closed jcsmithf22 closed 4 months ago
@jcsmithf22 i created a new tag 2.6.7 may you can try again?
Should be fixed
@albrecht-j The installation script works now using the 2.6.7 tag. Perhaps documentation should be added on which directory to run the install-ctrlx-datalayer.sh
script from.
I created a new app environment following the latest 2.6.2 release on 7/30/2024. These are the issues I encountered and how I solved them.
The first two installation scripts run fine.
The third script, to install the ctrlX Automation SDK, fails with the following error:
The latest release is
ctrlx-automation-sdk-2.6.7.zip
which is different than the release tag, breaking theclone-install-sdk.sh
script.This is a simple enough fix:
The script now runs properly. The
ctrlx-datalayer.deb
file is not installed automatically by this version ofclone-install-sdk.sh
so I tried running the newinstall-ctrlx-datalayer.sh
script. I encountered an error with this as well.I tried again, but this time in the
ctrlx-automation-sdk
directory, and this time the application was successfully installed.Following this I was able to successfully compile snaps in CPP, Go, Node, and Python without issues. Hopefully these issues are resolved shortly and the temporary workarounds can help anyone else with similar issues.