youtype / boto3-ide

Code auto-complete and type checking for AWS boto3 in your VSCode
MIT License
20 stars 2 forks source link

command aws boto3 quick start resulted in an error path should be a path.relative() #2

Closed felipe1982 closed 2 years ago

felipe1982 commented 2 years ago

This extension is actually very powerful! It helps me to show the function/method signatures which make my boto3 development faster and easier! Thank you.

image

I get an error when I have already installed and configured all required components, and I try to install them again, selecting "install" instead of "modify" or "upgrade"

OS Windows 10 with WSL2 openSUSE Leap 15.2 VScode Latest stable Exention Version Latest Stable Python 3.6.15 pipenv version 2022.1.8 pip 21.3.1

vemel commented 2 years ago

Hello! Thank you for the report and sorry for late response. I have not tested it thoroughly on Windows and there could be issues with path building. I am going to test it tomorrow. You use remote WSL for development, right?

felipe1982 commented 2 years ago

Yes I use wsl2 and pipenv and python 3.6

OS Windows 10 with WSL2 openSUSE Leap 15.2

I also tried Opensuse Tumbleweed with python3.8

vemel commented 2 years ago

I found an issue, this is actually ignore library that throws a hard error if it cannot find a relative path. I will just skip files in this case because they are outside of a project root. Added a fix, should be released today.

vemel commented 2 years ago

Please let me know if the new version works for you.

felipe1982 commented 2 years ago

It appears to work, close this, and I'll open again if it returns. :)