Closed xuckless closed 1 year ago
Update:
Not only AI, I cannot install any attachments (docx, pdf) in pip3. All the commands are returning the same aforementioned output.
Inputs:
$ pip3 install deep-translator[docx]
$ pip3 install deep-translator[pdf]
Outputs:
zsh: no matches found: deep-translator[docx]
zsh: no matches found: deep-translator[pdf]
@xuckless I think this is related to the type of shell you are using (which is zsh in this case), Just try to add quotes pip3 install 'deep-translator[ai]'
If you want a permanent solution without using the quotes, probably adding alias pip='noglob pip'
to your .zshrc should work
Thankyou for your help! It works now.
Description
I cannot install the ai support for deep-translator as displayed in the documentation. I am new to coding, so I might have messed the process up somewhere, please help.
What I Did
I ran the command with pip3 instead of the normal pip in the documentation on my Mac terminal.
The command I ran in Terminal:
Output:
I am also adding python traceback from the python code that I ran: