美文网首页
Robot Framework 安装ExcelLibrary一直

Robot Framework 安装ExcelLibrary一直

作者: waveboy | 来源:发表于2018-04-03 16:43 被阅读0次

You need to be using setuptools instead of distutils.

Near the top of your script, try replacing

from distutils.core import setup

with

from setuptools import setup

stackflow上的答案是将excellibrary的setup.py 中 "from distutils.core import setup"替换为“from setuptools import setup”即可。

相关文章

网友评论

      本文标题:Robot Framework 安装ExcelLibrary一直

      本文链接:https://www.haomeiwen.com/subject/dtrchftx.html