Yuki
Contributor

Hello,

When I had the same issue even using 14.3+, I tried this codes.

```python

import sys
import pprint

pprint.pprint(sys.path)
```
And I noticed that the path was throwed by old(Legacy) Repos folder. I managed the same name of the folder & Repos.
Then I removed old Repos folder, then it has work.