You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: No matching distribution found for pyyaml==5.4.1. Solution pyyaml>=5.4.1
ERROR: No matching distribution found for lightgbm==3.3.3. Tried lightgbm>=3.3.3. Get Failed to build lightgbm ERROR: Could not build wheels for lightgbm which use PEP 517 and cannot be installed directly. For now I will comment it out. However I then get ModuleNotFoundError: No module named 'lightgbm'
Trying brew install lightgbm - successfully completes and I can then pip install lightgbm
ModuleNotFoundError: No module named 'sklearn'. Solution pip install scikit-learn -> to add to requirements
The text was updated successfully, but these errors were encountered:
ERROR: No matching distribution found for pyyaml==5.4.1
. Solutionpyyaml>=5.4.1
ERROR: No matching distribution found for lightgbm==3.3.3
. Triedlightgbm>=3.3.3
. GetFailed to build lightgbm ERROR: Could not build wheels for lightgbm which use PEP 517 and cannot be installed directly
. For now I will comment it out. However I then getModuleNotFoundError: No module named 'lightgbm'
Trying
brew install lightgbm
- successfully completes and I can thenpip install lightgbm
pip install scikit-learn
-> to add to requirementsThe text was updated successfully, but these errors were encountered: