Speedml/speedml

Unable to install SpeedML. xgboost issues.

Closed this issue · 10 comments

Received from @motithakur on speedml website contact form.

Unable to install SpeedML. Used pip install, however - xgboost not installing.

From @allenlincg on speedml website contact form.

I get the install fail when in run "pip install Speedml" on my virtual environment of python 2.7.13 for Win 10. The error message is "No files/directories in c:\users\allen\appdata\local\temp\pip-build-qg31oh\xgboost\pip-egg-info (from PKG-INFO)"

I have been able to resolve this issue at my end

@motisingh65 good to know you were able to resolve this at your end. Can you please share with us what worked?

@motisingh65 Thanks for this detailed explanation. I will make a note of XGBoost install process in the README.

A more straightforward solution:

  1. $ conda install -c https://conda.anaconda.org/akode xgboost
  2. pip install speedml

Thanks @EugedeTomaso seems like a better solution to document in the README.

Documented @EugedeTomaso solution in README Install section

Hy guys, when I'm trying :

conda install -c https://conda.anaconda.org/akode xgboost

the follow error appears when lookingo for fetching package metada:

PackageNotFoundError: Package not found: Conda could not find '

Anyone can help me?