unsupported locale setting错误

解决方案:

1
2
3
export LC_ALL="en_US.UTF-8" 
export LC_CTYPE="en_US.UTF-8"
sudo dpkg-reconfigure locales

ModuleNotFoundError: No module named 'twisted.persisted'

1
2
3
4
5
6
7
8
9
1.pip uninstall twisted 

2.wget https://twistedmatrix.com/Releases/Twisted/17.9/Twisted-17.9.0.tar.bz2

3.tar -xvf Twisted-17.9.0.tar.bz2

4. cd Twisted-17.9.0

5.python setup.py install