Skip to content

Conversation

@FluveFV
Copy link

@FluveFV FluveFV commented May 23, 2025

The line 'sklearn' in setup.py produces an error when installing from pip. Command:
pip install git+https://github.com/MasaAsami/pysynthdid

produced

  │ exit code: 1
  ╰─> [15 lines of output]
      The 'sklearn' PyPI package is deprecated, use 'scikit-learn'
      rather than 'sklearn' for pip commands.
      
      Here is how to fix this error in the main use cases:
      - use 'pip install scikit-learn' rather than 'pip install sklearn'
      - replace 'sklearn' by 'scikit-learn' in your pip requirements files
        (requirements.txt, setup.py, setup.cfg, Pipfile, etc ...)```

@FluveFV FluveFV closed this May 23, 2025
@FluveFV FluveFV reopened this May 23, 2025
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

Successfully merging this pull request may close these issues.

1 participant