import-error for existing modules
chapochn opened this issue · 2 comments
chapochn commented
Step 1: Are you in the right place?
- I have verified there are no duplicate active or recent bugs, questions, or requests
- I have verified that I am using the latest version of the plugin.
Step 2: Describe your environment
- Plugin version: 0.12.2
- PyCharm/IDEA version: 2020.2.3
- Pylint version: 2.6.0
Step 3: Describe the problem:
Steps to reproduce:
- I have a project with import statements of my own modules, everything works when I run the files in PyCharm
- I run pylint
Observed Results:
I get "Unable to import '...' [import-error]" for a method that is imported without error in PyCharm
Expected Results:
Didn't expect to get that error