Closed iruthaya closed 6 years ago
It seems odd that you would get this error if msgpack-python
0.4.8 is installed in your virtualenv.
Is it still a problem for you? If so, can you share the output of pip freeze
, and also python -c 'import msgpack'
?
Thanks for @richvdh ur reply. we are implement some other server.
Description
I'm trying to configure my own matrix home server(synapse) on EC2 Amazon Linux AMI and it's have following packages
Steps to reproduce
When i execute Configuring synapse cmd
I am constantly getting the following error
Even after installing all the packages in my system.
I tried it by removing the entries one by one in python_dependencies.py But still I am getting error other than the one I have removed. My sense says that it could be some config / env setting.
Version information