robocorp随笔二

国庆robocorp 出了点问题,重置环境一直网络问题,提示selenium安装不了,whl文件9.5M;

按照以前的思路直接去pypi下载下whl文件放在wheel文件家中即可;

这次死活不行,哎远程操作电脑有点麻烦,就一直没处理;

想想能不能从根源上解决问题;直接看conda.yaml

channels:
  - conda-forge

dependencies:
  - python=3.10.12                    # https://pyreadiness.org/3.10
  - pip=23.2.1                        # https://pip.pypa.io/en/stable/news
  - truststore=0.7.0                  # https://github.com/sethmlarson/truststore/blob/main/CHANGELOG.md
  - pip:
    - -i https://mirrors.aliyun.com/pypi/simple    #直接在这里加上引用aliyun源
    - rpaframework==27.1.0            # https://rpaframework.org/releasenotes.html
    - pandas==1.5.1
    - pymssql==2.2.7
    - sqlalchemy==1.4.45
    - pyodbc==4.0.39
posted @ 2023-10-03 13:31  nevin_ming  阅读(93)  评论(0)    收藏  举报