Conner Nilsen
Conner Nilsen
@Notenlish and @anzhi0708, sorry you're experiencing this issue. I'll try to help you get this working, and see if there are any bugs we need to fix in the process....
This is strange, it seems like you both have things set up correctly and that we should be finding everything. Can you both run `pyrefly check --verbose` and attach the...
Wait @anzhi0708, is it working for you when manually supplying `python_interpreter` or not? I'm seeing `"site_package_path": [..., C:\Users\anzhi\dev\py\cbm_correct.py\.venv\Lib\site-packages]`, which seems right. I also don't see any import errors in the...
@anzhi0708, it might be. The CLI looks like it might be finding the right interpreter. 1. What's giving you the impression that it's not (just want to make sure we're...
@anzhi0708 I see. I'll go through and try to make that more clear, since it really is quite confusing to see that when it's really not the true state of...
Alright, I opened #451 to address the interpreter finding stuff so that we can hopefully be better about finding interpreters (especially local venv interpreters) for non-vscode IDEs. Still need to...
For clarification, @Notenlish #451 should address your issue too. @anzhi0708 @Notenlish I'll do a release later this week (probably tomorrow) once I land another fix that needs to get in,...
@anzhi0708 @Notenlish Alright, just released 0.19.1, which should have the changes. Try it out when you get a chance, and let me know if it's working for you!
Oh interesting @kinto0. @Notenlish We have a task for someone to work on auto including the typeshed stubs that I believe someone is going to pick up soon.
@Notenlish it looks like the `passlib` library you're using does a lot of weird dynamic stuff in it that static analysis likely won't be able to handle. The solution here,...