Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 06:00 PM
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.