Closed aviralwal closed 6 years ago
The problem is with the account name "test user". Create a new user without space and test, it should work.
@aviralwal did you find a solution? I am getting the same build error........
The issue has been fixed in the latest release (0.2.1806.2802-preview). Please update your project nugets to that version.
This was actually fixed on 0.2.1806.3001-preview. Sorry for the confusion.
ja tentei, mais da o mesmo erro reinstalei e instalei os programas e mesmo assim deu o mesmo erro como faço para corrigir essa versão tem o caminho? pode me ajudar ?
@Givanildo1976 , podras mostrarnos los errores? este problema fue corregido en la version 0.2.1806.3001-preview
Ola Andre Paz meu nome e Givanido Thank for help me I,m problem in install my reposite. You can help me please My problem is install 0.2.1806.3001-preview where is it ? Thank very much My name Givanildo I´m from Brasil My phone is +5511949987231 Im learning kkkkkkkk
2018-07-31 6:02 GMT-03:00 Andres Paz notifications@github.com:
@Givanildo1976 https://github.com/Givanildo1976 , podras mostrarnos los errores? este problema fue corregido en la version 0.2.1806.3001-preview
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Microsoft/Quantum/issues/48#issuecomment-409149227, or mute the thread https://github.com/notifications/unsubscribe-auth/An-59oSXA0A0Ix8udfcTcX6eAlSUEv6nks5uMB0NgaJpZM4Teamg .
Instructions can be found here: https://docs.microsoft.com/en-us/quantum/quantum-installconfig?view=qsharp-preview&tabs=tabid-vs2017 If you face any problems, I suggest posting a question in http://stackoverflow.com using the q# tag. Include the text of the error you're getting.
Can it be that there's a similar error also when your username contain an accented character (like in "Zoltán")? When I try to build the samples I get errors of this sort for all projects:
Severity Description Project Error The command "dotnet "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\build../tools/qsc/qsc.dll" build --format MsBuild --input "SimpleIsing.qs" --references "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\lib\netstandard2.0\Microsoft.Quantum.Primitives.dll" "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\lib\netstandard2.0\Microsoft.Quantum.QsCompilerCommon.dll" "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\lib\netstandard2.0\Microsoft.Quantum.Simulation.Common.dll" "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\lib\netstandard2.0\Microsoft.Quantum.Simulation.Core.dll" "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\lib\netstandard2.0\Microsoft.Quantum.Simulation.QCTraceSimulatorRuntime.dll" "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\lib\netstandard2.0\Microsoft.Quantum.Simulation.Simulators.dll" --output obj\qsharp\src\" exited with code -3. SimpleIsingSample
There are a few with error code -2 too:
Severity Description Project Error The command "dotnet "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\build../tools/qsc/qsc.dll" build --format MsBuild --input "AdiabaticIsing.qs" --references "E:\Projects\Munka\Lombiq\MicrosoftQuantumDevelopmentKitSamples\Samples\src\IsingGenerators\bin\Debug\netcoreapp2.0\IsingGeneratorsSample.dll" "d:\Users\Zoltán.nuget\packages\microsoft.quantum.canon\0.4.1901.3104\lib\netstandard2.0\Microsoft.Quantum.Canon.dll" "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\lib\netstandard2.0\Microsoft.Quantum.Primitives.dll" "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\lib\netstandard2.0\Microsoft.Quantum.QsCompilerCommon.dll" "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\lib\netstandard2.0\Microsoft.Quantum.Simulation.Common.dll" "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\lib\netstandard2.0\Microsoft.Quantum.Simulation.Core.dll" "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\lib\netstandard2.0\Microsoft.Quantum.Simulation.QCTraceSimulatorRuntime.dll" "d:\Users\Zoltán.nuget\packages\microsoft.quantum.development.kit\0.4.1901.3104\lib\netstandard2.0\Microsoft.Quantum.Simulation.Simulators.dll" --output obj\qsharp\src\" exited with code -2. AdiabaticIsingSample
And yes, I've opened https://github.com/Microsoft/Quantum/issues/150 for this.
I am trying to run the
TeleportationSample
inSamples > 0.Introduction folder
ofQsharpLibraries
solution. After setting the project asStartup project
, I perform the build operationF5
. But the build fails with error as :-This might be the issue of
dotnet
CLI unable to reach the complete path as the correct path isC:/Users/test user/...
(the path that follows) but it reads tillC:\Users\test
and then fails.I am fairly new to both Quantum computing and
dotnet
environment so any help is highly appreciated.