ERROR: Command errored out with exit status 1,Running setup.py clean for regex Failed to build regex
我是在下载textblob时碰到这个错误,
中间白字上写什么建立regex失败
ERROR: Command errored out with exit status 1,Running setup.py clean for regex Failed to build regex
然我根据网上的方法
https://www.lfd.uci.edu/~gohlke/pythonlibs/
在这个链接中找到regex对应的whl文件进进行下载安装就行了
ERROR: Command errored out with exit status 1,Running setup.py clean for regex Failed to build regex
可以自己创个文件夹,在把下载的whl文件放进去
然后在cmd中解压
ERROR: Command errored out with exit status 1,Running setup.py clean for regex Failed to build regex
接着我就可以下载textblob啦
ERROR: Command errored out with exit status 1,Running setup.py clean for regex Failed to build regex

相关文章:

  • 2022-12-23
  • 2021-05-10
  • 2021-08-20
  • 2021-10-14
  • 2021-04-01
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
猜你喜欢
  • 2021-12-14
  • 2022-12-23
  • 2021-04-21
  • 2021-08-06
  • 2021-09-11
  • 2022-12-23
相关资源
相似解决方案