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

xgboost-1.7.0 - pypi source missing xgboost/dmlc-core #8415

Closed
chargr opened this issue Nov 3, 2022 · 5 comments
Closed

xgboost-1.7.0 - pypi source missing xgboost/dmlc-core #8415

chargr opened this issue Nov 3, 2022 · 5 comments

Comments

@chargr
Copy link

chargr commented Nov 3, 2022

running build_ext
error: [Errno 2] No such file or directory: 'xgboost/dmlc-core'
[chris@archlinux:tmp]$ wget https://files.pythonhosted.org/packages/6e/0c/da27124d6ce82e317b23b2cc6750e61871fd1d9145924fcdff6634f89f47/xgboost-1.7.0.tar.gz
--2022-11-02 20:09:51--  https://files.pythonhosted.org/packages/6e/0c/da27124d6ce82e317b23b2cc6750e61871fd1d9145924fcdff6634f89f47/xgboost-1.7.0.tar.gz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving files.pythonhosted.org (files.pythonhosted.org)... 2a04:4e42:200::319, 2a04:4e42::319, 2a04:4e42:600::319, ...
Connecting to files.pythonhosted.org (files.pythonhosted.org)|2a04:4e42:200::319|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 626486 (612K) [application/x-tar]
Saving to: 'xgboost-1.7.0.tar.gz'

xgboost-1.7.0.tar.gz                                                            100%[=====================================================================================================================================================================================================>] 611.80K  --.-KB/s    in 0.05s   

2022-11-02 20:09:51 (12.3 MB/s) - 'xgboost-1.7.0.tar.gz' saved [626486/626486]

[0]
[chris@archlinux:tmp]$ tar -xf xgboost-1.7.0.tar.gz 
[0]
[chris@archlinux:tmp]$ cd xgboost-1.7.0
[0]
[chris@archlinux:xgboost-1.7.0]$ ls -l xgboost/                
total 476
-rw-r--r--  1 chris chris  19822 Oct 31 10:50 callback.py
drwxr-xr-x  3 chris chris   4096 Oct 31 12:10 cmake
-rw-r--r--  1 chris chris  14943 Oct 31 12:10 CMakeLists.txt
-rw-r--r--  1 chris chris   7786 Oct 31 10:50 collective.py
-rw-r--r--  1 chris chris   6886 Oct 31 10:50 compat.py
-rw-r--r--  1 chris chris   5044 Oct 31 10:50 config.py
-rw-r--r--  1 chris chris 102987 Oct 31 10:50 core.py
-rw-r--r--  1 chris chris  80386 Oct 31 10:50 dask.py
-rw-r--r--  1 chris chris  40341 Oct 31 10:50 data.py
-rw-r--r--  1 chris chris   1447 Oct 31 10:50 federated.py
drwxr-xr-x  3 chris chris   4096 Oct 31 12:10 include
-rw-r--r--  1 chris chris   1273 Oct 31 10:50 __init__.py
-rw-r--r--  1 chris chris   2715 Oct 31 10:50 libpath.py
-rw-r--r--  1 chris chris  11349 Oct 31 12:10 LICENSE
-rw-r--r--  1 chris chris   8940 Oct 31 10:50 plotting.py
drwxr-xr-x  7 chris chris   4096 Oct 31 12:10 plugin
-rw-r--r--  1 chris chris      0 Oct 31 10:50 py.typed
drwxr-xr-x  4 chris chris   4096 Oct 31 12:10 rabit
-rw-r--r--  1 chris chris  77255 Oct 31 10:50 sklearn.py
drwxr-xr-x  2 chris chris   4096 Oct 31 12:10 spark
drwxr-xr-x 12 chris chris   4096 Oct 31 12:10 src
-rw-r--r--  1 chris chris   1955 Oct 31 10:50 testing.py
-rw-r--r--  1 chris chris  16875 Oct 31 10:50 tracker.py
-rw-r--r--  1 chris chris  21818 Oct 31 10:50 training.py
-rw-r--r--  1 chris chris   2289 Oct 31 10:50 _typing.py
-rw-r--r--  1 chris chris      6 Oct 31 10:51 VERSION
[0]
@hcho3
Copy link
Collaborator

hcho3 commented Nov 3, 2022

My bad. I re-uploaded the source tarball with dmlc-core files. See https://pypi.org/project/xgboost/1.7.0.post0/#files

@hcho3 hcho3 closed this as completed Nov 3, 2022
@chargr
Copy link
Author

chargr commented Nov 3, 2022

This great for me, but now everyone else has to build from source because this has no wheels?

@hcho3

This comment was marked as outdated.

@hcho3
Copy link
Collaborator

hcho3 commented Nov 3, 2022

@chargr I re-uploaded all the wheels to 1.7.0post0, just in case. https://pypi.org/project/xgboost/1.7.0.post0/#files

@chargr
Copy link
Author

chargr commented Nov 3, 2022

Thanks a bunch!

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

2 participants