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

Problem with imports from pyea #28

Open
jz67887 opened this issue Mar 28, 2021 · 3 comments
Open

Problem with imports from pyea #28

jz67887 opened this issue Mar 28, 2021 · 3 comments

Comments

@jz67887
Copy link

jz67887 commented Mar 28, 2021

I get an error from from costcla.models import *. It is due to the issue in from pyea import GeneticAlgorithmOptimizer.
I get the info: No module named 'sklearn.externals.joblib'. Is it possible to fix this?

@DanitShifmanAbukasis
Copy link

Hi, did you managed to solve this problem? I am having the same issue.

@jz67887
Copy link
Author

jz67887 commented Jul 5, 2021

Unfortunately I haven't solved this problem.

@jairojuunior
Copy link

This issue is related to another lib by @albahnsen that uses a deprecated version of dependencies. I recommend you:

  1. Uninstall costcla
  2. Install pyea from my pull request (Fix for issue #1 (deprecated use of joblib) pyea#2)
  3. Install costcla
    Also, I'm very worried about the lack of maintenance this libraries receive. I'm available to support the continuity of this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants