最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to install pycaret for Python 3.11.1 version? - Stack Overflow

programmeradmin5浏览0评论

Shall I downgrade my version? I also used bash command, but it showed me not possible.

---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)
Cell In[9], line 2
      1 # import pycaret regression module
----> 2 from pycaret.regression import *

File ~\anaconda3\Lib\site-packages\pycaret\__init__.py:22
     16     raise RuntimeError(
     17         "Pycaret only supports python 3.9, 3.10, 3.11. Your actual Python version: ",
     18         sys.version_info,
     19         "Please UPGRADE your Python version.",
     20     )
     21 elif sys.version_info >= (3, 12):
---> 22     raise RuntimeError(
     23         "Pycaret only supports python 3.9, 3.10, 3.11. Your actual Python version: ",
     24         sys.version_info,
     25         "Please DOWNGRADE your Python version.",
     26     )

RuntimeError: ('Pycaret only supports python 3.9, 3.10, 3.11. Your actual Python version: ', sys.version_info(major=3, minor=12, micro=7, releaselevel='final', serial=0), 'Please DOWNGRADE your Python version.')
发布评论

评论列表(0)

  1. 暂无评论