ageron / handson-ml2

A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
Apache License 2.0
27.25k stars 12.59k forks source link

[BUG] ResolvePackageNotFound: - py-xgboost=1.4 #597

Open WarmCatUK opened 1 year ago

WarmCatUK commented 1 year ago

Hi, I have an issue when attempting to create the environment:

(base) IBN5100 ~/Documents/Development/handson-ml2 % conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - py-xgboost=1.4

Versions:

WarmCatUK commented 1 year ago

Partially resolved by changing version of py-xgboost to 1.5 in environment.yml However there are now issues with tensorflow, most likely due to the fact I'm running on an ARM processor and using ARM build of python, and already installed Metal add-on for tensorflow etc, anyway that's another issue.