rigetti / pyquil

A Python library for quantum programming using Quil.
http://docs.rigetti.com
Apache License 2.0
1.4k stars 341 forks source link

Python 3 compatibility? #19

Closed caryan closed 7 years ago

caryan commented 7 years ago

I didn't see it stated anywhere but it seems pyQuil is python 2 only. I started to make some fixes on a branch but quickly ran into deeper issues.

Any plans or roadblocks for Python 3 compatibility? It seems a shame to start a new project as Python 2 only.

ncrubin commented 7 years ago

Hey @caryan, there are no roadblocks for upgrading to python 3 compatibility. All of our dependancies are python 3 compatible (requests, numpy, scipy--which will be removed soon). We have the upgrade as part of the near term roadmap for pyquil. Great to see you've started that push. We'll take a look!

ncrubin commented 7 years ago

Closed by PR #44