localstack / chalice-local

Small wrapper script to use AWS Chalice with LocalStack
Apache License 2.0
21 stars 3 forks source link

chalice-local cannot find the Python interpreter from paths containing spaces #8

Open haja-fgabriel opened 2 years ago

haja-fgabriel commented 2 years ago

I have installed chalice-local in a venv. Running chalice-local deploy gives me the following error: 16:29 $ chalice-local deploy -bash: /Users/bws/Documents/Work/Python Training/chalice-poc-rss/env/bin/chalice-local: /Users/bws/Documents/Work/Python: bad interpreter: No such file or directory You can see that it's considering the rest of the path (Training/chalice...) as a separate argument, so it's definitely the cause not passing explicitly as an argument array. I think I am going to open a PR on this.

Later edit: it's Chalice's issue

lakkeger commented 10 months ago

Hi! We just wanted to follow up on our last message to see whether your issue has been resolved. Were you able to get it working with the latest version of LocalStack? We would appreciate your feedback!