【解决pycharm远程运行服务器连接报错问题】TypeError: an integer is required (got type bytes)
.pycharm_helpers/third_party/thriftpy/_shaded_thriftpy/_compat.py直接用下面的代码替换原文件代码即可# -*- coding: utf-8 -*-""" thriftpy._compat ~~~~~~~~~~~~~ py2/py3 compatibility support."""from __future__ import absolute_importimport platformimp.





