Georg Schölly
Georg Schölly

Reputation: 126165

Is storm Python 3 compatible?

I haven't found any information on that topic and its homepage doesn't mention it.

Upvotes: 4

Views: 1609

Answers (3)

leftL
leftL

Reputation: 168

With storm 0.21, it supports Python 3.

You may refer to the release notes for details, or more specifically, refer to this bug for addressing this.

Upvotes: 1

kiko
kiko

Reputation: 180

There is a fully functional Python3-compatible fork of Storm that's being maintained for Stoq; it's been under review for a while but we've not been able to conclude the work of merging it upstream.

The project PPA contains built debs, which you can pull directly from build pages like this:

Upvotes: 1

Masci
Masci

Reputation: 6074

Even though planned, at the moment there is no support for Python 3, you can check it out more details about that reading this thread from the storm ml:

https://lists.ubuntu.com/archives/storm/2009-January/000839.html

Upvotes: 4

Related Questions