intel-analytics / analytics-zoo

Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray
https://analytics-zoo.readthedocs.io/
Apache License 2.0
16 stars 3 forks source link

[BIGDL 2.0] finding a way to easily setup development envrironment #93

Open yangw1234 opened 3 years ago

yangw1234 commented 3 years ago

PYTHONPATH or pip install -e does may not work because bigdl package is spread into multiple sub-projects.

Building and installing each time we have a change is too heavy.

Currently two options are avaiable:

  1. merge the source tree, all sub project keep the bigdl package in a central place
  2. rename each sub projects' root package to a different name, e.g. "bigdl-nano", "bigdl-orca"