License key isn't being pasted correctly in SDV Installer

Hi @epicvu, hope you’re doing well. The team is still looking into the problem with copy-paste on WSL. But in the meantime, I wanted to share that in our latest release, we added the ability to directly add your credentials into the command. Perhaps this will be able to solve your issue?

# first upgrade SDV Installer
% pip install sdv-installer --upgrade

# now you can input your username and license key directly into the command
% sdv-installer install --username user@company.com --license-key 123

# or alternatively you can pass in a JSON containing your credentials
% sdv-installer install --credentials my_credentials.json

More details are available in the Installation Guide and the SDV Installer Reference.

Let me know if that helps!