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
Apart from the installations steps mentioned,
one must need to install few things as well, otherwise one get msgrpc package not found and other similar exceptions. easy_install msgpack-python
apt-get install python-tk python-setuptools
sudo python -m easy_install -U snappy`
these are the requirements to download this on c3.2xlarge machine on AWS.
The text was updated successfully, but these errors were encountered:
Apart from the installations steps mentioned,
one must need to install few things as well, otherwise one get msgrpc package not found and other similar exceptions.
easy_install
msgpack-pythonapt-get install python-tk python-setuptools
sudo python -m easy_install -U snappy`
these are the requirements to download this on c3.2xlarge machine on AWS.
The text was updated successfully, but these errors were encountered: