【解决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_import
import platform
imp.
原创
2022-05-03 21:21:51 ·
791 阅读 ·
0 评论