chenfei-wu / TaskMatrix

Other
34.51k stars 3.32k forks source link

There are conflicts between the modules of the dependencies. #345

Open unsatisfying opened 1 year ago

unsatisfying commented 1 year ago

I used pip install -r requirements.txt to install the dependencies for this project. It installed tb-nightly==2.13.0a20230412 and tensorboard==2.12.1 for me. Both dependencies have the same path of many modules, however, installing both projects together will cause the later installation of tensorboard==2.12.1 to overwrite some modules of tb-nightly==2.13.0a20230412. Although most of the content of these conflicting modules is the same, there are still some modules with different content. These module conflicts may cause some of the functionality to be unusable or some unexpected behavior. Below is a list of these conflicting modules with different content.

tensorboard/version.py
tensorboard/plugins/hparams/hparams_plugin.py
tensorboard/plugins/hparams/hparams_plugin.py
tensorboard/default.py
tensorboard/backend/event_processing/plugin_event_multiplexer.py
tensorboard/backend/client_feature_flags.py