Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is:issue is:open ERROR cannot import name '_format_load_msg' from 'joblib.memory' (py310\lib\site-packages\joblib\memory.py) Hello, I need help for the following error, I have the following error I have AN ENVIRONMENT WITH pyhton 3.10 and pycaret 3.3.0 What version do I have to have to not have this problem? And by when will the error be resolved. Thank you in advance, and I look forward to your response, because I am working on a project and I am a newbie. [BUG]: #3971

Open
3 tasks done
morteruizmj opened this issue Apr 16, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@morteruizmj
Copy link

pycaret version checks

Issue Description

is:issue is:open ERROR cannot import name '_format_load_msg' from 'joblib.memory' (py310\lib\site-packages\joblib\memory.py) Hello, I need help for the following error, I have the following error I have AN ENVIRONMENT WITH pyhton 3.10 and pycaret 3.3.0 What version do I have to have to not have this problem? And by when will the error be resolved. Thank you in advance, and I look forward to your response, because I am working on a project and I am a newbie.

Reproducible Example

# import pycaret classification and init setup
from pycaret.classification import *
s = setup(data, target = 'Class variable', session_id = 123) !!!!!!!

cannot import name  '_format_load_msg' from 'joblib.memory' (XXXXXX\py310\lib\site-packages\joblib\memory.py)

Windows 11
pycaret 3.3
python 3.10

Expected Behavior

I am making the example of the binary classification pycaret website:
https://github.com/pycaret/pycaret/blob/master/tutorials/Tutorial%20-%20Binary%20Classification.ipynb

Actual Results

ImportError                               Traceback (most recent call last)
Cell In[3], line 2
      1 # import pycaret classification and init setup
----> 2 from pycaret.classification import *
      3 s = setup(data, target = 'Class variable', session_id = 123)

File ~\.conda\envs\py310\lib\site-packages\pycaret\classification\__init__.py:1
----> 1 from pycaret.classification.functional import (
      2     add_metric,

cannot import name  '_format_load_msg' from 'joblib.memory' (C:\Users\nena\.conda\envs\py310\lib\site-packages\joblib\memory.py)

Installed Versions

Windows 11
pycaret 3.3
python 3.10

@morteruizmj morteruizmj added the bug Something isn't working label Apr 16, 2024
@amotl
Copy link
Contributor

amotl commented Apr 26, 2024

Dear @morteruizmj,

your report has already been handled on behalf of GH-3959. A corresponding fix was released with PyCaret 3.3.1.

With kind regards,
Andreas.

@simonjuleseric2
Copy link

Thanks, I had the same issue. Upgrading to version 3.3.1 fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants