Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting to Python3 #4

Open
fouladi opened this issue Apr 30, 2019 · 0 comments
Open

Porting to Python3 #4

fouladi opened this issue Apr 30, 2019 · 0 comments

Comments

@fouladi
Copy link

fouladi commented Apr 30, 2019

I use currently "drpc-client" for Python2 intensively, and I plan to port my projects to Python3. Python2 will not be maintained past 2020. Do you have any planning for Porting this project to Python3.
The error message with Python3:

>>> from storm.drpc import DRPCClient
site-packages/storm/drpc.py", line 5, in <module>
    from DistributedRPC import Client
ImportError: No module named 'DistributedRPC'

Thanks,
Farhad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant