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
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Binder repository: Microsoft/Quantum/master fails to start with following message:
Waiting for build to start...
Picked Git content provider.
Cloning into '/tmp/repo2dockersrpxpd03'...
HEAD is now at c1b982e Point Qiskit, OpenQASM samples to qsharp.community repos (#215)
Using DockerBuildPack builder
Step 1/9 : FROM mcr.microsoft.com/quantum/iqsharp-base:0.8.1907.1701
---> 9a09604026f8e...
Step 2/9 : ENV IQSHARP_HOSTING_ENV=SAMPLES_DOCKERFILE
---> Running in 607a3067b00b
Removing intermediate container 607a3067b00b
---> ce8aad31f09b
Step 3/9 : USER root
---> Running in 531b88a781f0
Removing intermediate container 531b88a781f0
---> c9d3742df5b5
Step 4/9 : RUN apt-get -y update && apt-get -y install powershell g++ pkg-config libfreetype6-dev libpng-dev && apt-get clean && rm -rf /var/lib/apt/lists/
---> Running in de9aa577a348
Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
Get:2 http://deb.debian.org/debian buster InRelease [118 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [46.8 kB]
Get:4 https://packages.microsoft.com/debian/9/prod stretch InRelease [3231 B]
Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [57.7 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 Packages [7897 kB]
Get:7 https://packages.microsoft.com/debian/9/prod stretch/main amd64 Packages [54.9 kB]
Fetched 8217 kB in 2s (4878 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
powershell : Depends: libssl1.0.2 but it is not installable
Depends: libicu57 but it is not installable
E: Unable to correct problems, you have held broken packages.
Removing intermediate container de9aa577a348
The command '/bin/sh -c apt-get -y update && apt-get -y install powershell g++ pkg-config libfreetype6-dev libpng-dev &&apt-get clean && rm -rf /var/lib/apt/lists/' returned a non-zero code: 10
The text was updated successfully, but these errors were encountered:
Thanks for the report! Looks like this was related to our image still being affected by the issue resolved with microsoft/iqsharp#27. I've rebuilt the images using the changes from microsoft/iqsharp#27 and pushed them, hopefully that should resolve the issue shortly.
@anpaz-msft: Yes, my apologies that this took a little longer than I thought to fix.
Binder repository: Microsoft/Quantum/master fails to start with following message:
Waiting for build to start...
Picked Git content provider.
Cloning into '/tmp/repo2dockersrpxpd03'...
HEAD is now at c1b982e Point Qiskit, OpenQASM samples to qsharp.community repos (#215)
Using DockerBuildPack builder
Step 1/9 : FROM mcr.microsoft.com/quantum/iqsharp-base:0.8.1907.1701
---> 9a09604026f8e...
Step 2/9 : ENV IQSHARP_HOSTING_ENV=SAMPLES_DOCKERFILE
---> Running in 607a3067b00b
Removing intermediate container 607a3067b00b
---> ce8aad31f09b
Step 3/9 : USER root
---> Running in 531b88a781f0
Removing intermediate container 531b88a781f0
---> c9d3742df5b5
Step 4/9 : RUN apt-get -y update && apt-get -y install powershell g++ pkg-config libfreetype6-dev libpng-dev && apt-get clean && rm -rf /var/lib/apt/lists/
---> Running in de9aa577a348
Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
Get:2 http://deb.debian.org/debian buster InRelease [118 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [46.8 kB]
Get:4 https://packages.microsoft.com/debian/9/prod stretch InRelease [3231 B]
Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [57.7 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 Packages [7897 kB]
Get:7 https://packages.microsoft.com/debian/9/prod stretch/main amd64 Packages [54.9 kB]
Fetched 8217 kB in 2s (4878 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
powershell : Depends: libssl1.0.2 but it is not installable
Depends: libicu57 but it is not installable
E: Unable to correct problems, you have held broken packages.
Removing intermediate container de9aa577a348
The command '/bin/sh -c apt-get -y update && apt-get -y install powershell g++ pkg-config libfreetype6-dev libpng-dev &&apt-get clean && rm -rf /var/lib/apt/lists/' returned a non-zero code: 10
The text was updated successfully, but these errors were encountered: