Skip to content

Commit

Permalink
Remove the troubleshooting point about conflicting imports
Browse files Browse the repository at this point in the history
Reviewed By: rbgirshick

Differential Revision: D8113057

fbshipit-source-id: 36ea85bb0e0f2a9f253c96cca5fd7f148b6746ab
  • Loading branch information
ir413 authored and facebook-github-bot committed May 24, 2018
1 parent a60aa09 commit aa1ee4b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,3 @@ make sure that your python versions are not getting mixed. For instance, this is

In case you experience issues with CMake being unable to find the Caffe2 package when building custom operators,
make sure you have run `make install` as part of your Caffe2 installation process.

### Conflicting Imports

Python modules with common names could result in import conflicts.
For instance, a `datasets` module is also found in [tensorflow](https://github.com/tensorflow/tensorflow)
and could cause an error (e.g. `ImportError: cannot import name task_evaluation`)
as discussed [here](https://github.com/facebookresearch/Detectron/issues/20).
If you encounter an import error, please make sure that you are not trying to import the module from another project.

0 comments on commit aa1ee4b

Please sign in to comment.