-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conda Install impossibible #2
Comments
Dear Kewin, mamba create -n test_dhyana -c conda-forge -c esrf-bcu lima-camera-dhyana-tango The sdk libraries are installed in your environment via the tucam-sdk conda package version 2.0.0-1, SDK version 2 is the only one working fine with dhyana camera V2. Do not forget to follow the installation instruction from Tucam, and in particular to install /etc/tucam/ directory and set the udev rules for permission on USB devices. |
Merci Laurent |
there is no package for windows and we never tested this camera on windows with Lima. |
Hi Laurent, |
Hi Kewin,
And the same using mamba:
|
Thanks Laurent Now I have another problem when I try to start device Could you please give me the process to start device ? Kewin |
you do not need to specify the path to the python script, in your environment just type: |
HI Laurent, It's ok with Debian11 and mamba install I used the last libs from TUCSEN et mes meilleurs voeux :) |
Hi Kewin, |
Hi Laurent :) |
Hi,
When I try to install with miniconda 3.7, it returns :
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
step by step
conda create -n test_dhyana
(test_dhyana) C:\Users\Detecteurs>conda activate test_dhyana
(test_dhyana) C:\Users\Detecteurs>conda install -c conda-forge -c esrf-bcu -c tango-controls lima-camera-dhyana-tango
when I tried with lima-camera-basler-tango, it seems to be ok (although i have a dll error when I import Basler)
Kewin
The text was updated successfully, but these errors were encountered: