Closed OriginDes closed 1 year ago
Hello, thank you for your comment. The current version of pyqpanda is mainly based on the compilation methods of vs, mac and linux. For mingw64, we do not support the win32 configuration method.
well, in the book "Introduction to Quantum Computing and Programming" which Chinese name is 《量子计算与编程入门》 by Guoping Guo郭国平, Zhaoyun Chen陈昭昀 and Guangchan Guo郭光灿, there is exactly the proposed process of installation on the platform of mingw+cmake without that problem mentioned.
Regards, Nicolas
发自我的小米手机在 ArrowYL @.***>,2023年2月17日 下午1:41写道: Hello, thank you for your comment. The current version of pyqpanda is mainly based on the compilation methods of vs, mac and linux. For mingw64, we do not support the win32 configuration method.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.> [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/OriginQ/QPanda-2/issues/219#issuecomment-1434131717", "url": "https://github.com/OriginQ/QPanda-2/issues/219#issuecomment-1434131717", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
Sorry for causing you a bad qpanda installation experience. The tutorial in that book has not been updated for a long time. The last revision is in 2020. There are not many details about the configuration of mingw. Our The version update changes quickly, thank you for your feedback
ok, thank you for your comment so quickly😊
kind regards, nocolas
发自我的小米手机在 ArrowYL @.***>,2023年2月17日 下午4:25写道: Sorry for causing you a bad qpanda installation experience. The tutorial in that book has not been updated for a long time. The last revision is in 2020. There are not many details about the configuration of mingw. Our The version update changes quickly, thank you for your feedback
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.> [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/OriginQ/QPanda-2/issues/219#issuecomment-1434288555", "url": "https://github.com/OriginQ/QPanda-2/issues/219#issuecomment-1434288555", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
QPanda
基本信息
Bug是什么?
if the name of the archive downloaded for mingw64 with "win32" while not "posix", there will be message of errors during the process of building the installer for qpanda2
复现Bug的步骤?
for the windows 10, during the "RUN" panel of the start menu, you can input "cmd" to open a window for commands input. then you can see and input commands like as follows:
Microsoft Windows [版本 10.0.19042.1466] (c) Microsoft Corporation。保留所有权利。
C:\Users\zhang>d:
D:>cd d:\qpanda-2-master
D:\QPanda-2-master>md build
D:\QPanda-2-master>cd .\build
D:\QPanda-2-master\build>cmake -G"MinGW Makefiles" -DFIND_CUDA=OFF -DCMAKE_INSTALL_PREFIX=D:/QPanda2 .. ......<there are no any errors / warning>
D:\QPanda-2-master\build>mingw32-make ......<there are no any errors / warning, too>