mtianyan / django-react-tyadmin

支持Python3.9,Django4! 类似 xadmin 的基于Model 快速生成前后台管理增删改查,筛选,搜索的后台管理自动化工具。Antd 界面好看现代化!前后端分离!无损二次开发!由Django Restful Framework 和 Ant Design Pro V4 驱动
https://tyadmin.funpython.cn/xadmin
MIT License
860 stars 196 forks source link

安装失败 #36

Closed github3ape closed 2 years ago

github3ape commented 2 years ago

安装直接没成功。 error in demjson setup command: use_2to3 is invalid. 应该是需要将 setuptools 降级到 57.5.0版本,可是又会引起其他包的依赖错误: celery 5.2.3 requires setuptools<59.7.0,>=59.1.1, but you have setuptools 57.5.0 which is incompatible.

mtianyan commented 2 years ago

项目中用到demjson的地方修改为demjson3即可

mtianyan commented 2 years ago

@github3ape 已发布0.8.2 版本修复该问题