bash: "Y": command not found
The issue is likely the &
character in your URL - which is causing the shell to place the command in the background (as indicated by the [4] 2652
job number / pid).
Try quoting the URL string:
./sqlmap.py -u "https://nice.app.com/[email protected]&key=cc"