esrf-bliss / Lima-camera-photonicscience

Lima camera photonicscience
lima.blissgarden.org
GNU General Public License v3.0
0 stars 0 forks source link

Package unavailable #2

Open PhilLAL opened 2 years ago

PhilLAL commented 2 years ago

Hello, after confirming that the package name I used is correct (see #1), I noticed that installation for this package is impossible since september, the package seems unavailable.

Here is the message I got when trying to install it:

(base) C:\Users\admincc>conda install lima-camera-photonicscience-tango
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - lima-camera-photonicscience-tango

Current channels:

  - https://conda.anaconda.org/conda-forge/win-64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/win-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/win-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/msys2/win-64
  - https://repo.anaconda.com/pkgs/msys2/noarch
  - https://conda.anaconda.org/default/win-64
  - https://conda.anaconda.org/default/noarch
  - https://conda.anaconda.org/esrf-bcu/win-64
  - https://conda.anaconda.org/esrf-bcu/noarch
  - https://conda.anaconda.org/tango-controls/win-64
  - https://conda.anaconda.org/tango-controls/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

@sdebionne informed that Conda package photonicscience plugin build failed because it needs the SDK (ImageStar SDK).

I already informed the list but this ticket is probably a better way to keep this issue in mind.

sdebionne commented 2 years ago

Hi @PhilLAL, I have a package ready that needs to be tested (but I dont have a detector handy), it's on our esrf-bcu-devel (mind the devel) channel. I would appreciate any feedback...

PhilLAL commented 1 year ago

Hi @sdebionne, thank you for this package and happy new year. Just to let you know that I had a problem with our computer (it works slowly and finally needs to be reinstalled). I'll be back to you as soon as I can test this package.

PhilLAL commented 1 year ago

Hi @sdebionne , we got back the computer to install Photonicscience. I installed last miniconda 3 (Conda 23.5.2 Python 3.11.3 released July 13, 2023) but I encountered an incompatibility error so I uninstalled it and installed https://repo.anaconda.com/miniconda/Miniconda3-py38_23.5.2-0-Windows-x86_64.exe I got this error:

satisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Package python conflicts for:
lima-camera-photonicscience=1.9.0 -> sip[version='>=4.19.25,<5.0a0'] -> python[version='>=3.10,<3.11.0a0|>=3.6,<3.7.0a0']
lima-camera-photonicscience=1.9.0 -> python[version='>3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0']

Package vs2015runtime conflicts for:
lima-camera-photonicscience=1.9.0 -> python[version='3.8,<3.9.0a0'] -> vs2015_runtime[version='>=14.16.27012,<15.0a0']
lima-tango-server -> libjpeg-turbo -> vs2015_runtime[version'>=14.16.27012,<15.0a0']

Do you have any idea what miniconda could work?