You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Thanks,
Farhad
The text was updated successfully, but these errors were encountered: