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

simple install without ipython and jupyter packages for non-gui environment #3700

Open
HowcanoeWang opened this issue Jul 7, 2021 · 3 comments
Labels
build/install Build or installation issue feature request

Comments

@HowcanoeWang
Copy link

Is your feature request related to a problem? Please describe.
When installing the open3d by pip, several packages are installed like

Installing collected packages: ipython-genutils, tornado, jupyter-core, urllib3, pygments, nbformat, jupyter-client, nbclient, jupyterlab-pygments, prometheus-client, nbconvert, ipykernel, notebook, jupyter-server, nbclassic, jupyterlab-widgets, jupyterlab-server, jupyterlab, jupyter-packaging, ipywidgets

The packages like ipython and jupyter-* related are often unnecessary for non-gui usage, e.g., remote linux server.

Describe the solution you'd like
Will it possible to provide an option when installing without ipython & jupyter related packages for command only environment?

For example,

pip install open3d-core
or
pip install open3d-clean
or
pip install open3d-nonvisual

Something like that?

@ssheorey
Copy link
Member

ssheorey commented Jul 7, 2021

Related: #2991

@theNded theNded added the build/install Build or installation issue label Nov 21, 2021
@johnthagen
Copy link
Contributor

This would also help with these kinds of issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/install Build or installation issue feature request
Projects
None yet
Development

No branches or pull requests

4 participants