ProjectQ-Framework / ProjectQ

ProjectQ: An open source software framework for quantum computing
https://projectq.ch
Apache License 2.0
874 stars 271 forks source link

Version 0.6.1 crashes on Linux #406

Closed cqc-alec closed 3 years ago

cqc-alec commented 3 years ago

With Ubuntu 20.04, x86_64, Python 3.8.5, projectq 0.6.1:

$ python -c "from projectq import MainEngine; MainEngine()"
Illegal instruction (core dumped)
Takishima commented 3 years ago

Well that's not something that I wanted to see the day after the update...

It seems this is due to the new binary wheels that were introduced. I will pull those for now until I can figure out what is wrong. In any case, thanks for bringing this issue up.

I have pushed a new post-version v0.6.1.post0 that is source-only and I will pull the existing v0.6.1 from Pypi later today.

cqc-alec commented 3 years ago

I have pushed a new post-version v0.6.1.post0 that is source-only and I will pull the existing v0.6.1 from Pypi later today.

Thanks! The post-version seems to work well.