ImportError: C extension: No module named 'pandas._libs.tslibs.conversion' not built. 运行异常的解决办法

刚安装完成艺赛旗 is-rpa v2020.1.0 版本,在使用时提示如下图示异常:

ImportError: C extension: No module named 'pandas._libs.tslibs.conversion' not built. 运行异常的解决办法

提示异常:

ImportError: C extension: No module named ‘pandas._libs.tslibs.conversion’ not built. If you want to import pandas from the source directory, you may need to run ‘python setup.py build_ext –inplace –force’ to build the C extensions first.
运行异常

百度了一通,没有找到合适的解决方案(很可能是我不会操作 😂)

最后回看 RPA 运行处的提示代码,发现问题跟 pandas 有关。

C:\Users\Runo\AppData\Roaming\Python\Python36\site-packages\pandas

反正是用户的用户临时 / 配置文件,索性直接删除它,让它重新生成临时文件。(保守起见,我修改了文件夹名字)
ImportError: C extension: No module named 'pandas._libs.tslibs.conversion' not built. 运行异常的解决办法

bingo~,再次运行艺赛旗 is-rpa 设计器,居然成功了。
ImportError: C extension: No module named 'pandas._libs.tslibs.conversion' not built. 运行异常的解决办法

猜测异常原因:
在安装 is-rpa 软件之前,在本机电脑已经有 python 环境了,可能导致配置上有冲突。

在此贴出我的办法,以抛砖引玉。 ✊ ✊ ✊