-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add pip install bigdl #3245
Add pip install bigdl #3245
Conversation
Related issue #3195 |
python/setup.py
Outdated
metadata = dict( | ||
name='bigdl', | ||
version=VERSION, | ||
description='Seamlessly scale out TensorFlow and PyTorch for Big Data (using Spark & Ray)', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description is not correct
Need to update jenkins job to include it in the release job |
LGTM |
Sure. Besides, I have tested in local and it failed since Shall we also add |
Yes |
@leonardozcm is working on it. I will test again after |
Local test has passed. I will merge this PR first for public release, and test on Jenkins with released bigdl. Below tasks will be done after release:
|
One main issue remaining is how to uninstall? For install we can install everything by dependency, but when uninstall, it uninstalls nothing right? |
I haven't come up with a good idea. We could first provide a one-line command in the document for users pip uninstall bigdl-dllib bigdl-orca bigdl-chronos ... The issue for |
Update:
|
* add pip install bigdl * change description
Add empty bigdl packages with all bigdl packages (
bigdl-orca
,bigdl-nano
,bigdl-chronos
,bigdl-friesian
,bigdl-serving
) asinstall_requires
. Note that I didn't explicitly addedbigdl-dllib
,bigdl-math
,bigdl-tf
, since they are already included inbigdl-orca
install_requires