From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id d5772118 for ; Wed, 13 Mar 2019 06:17:15 +0000 (UTC) Received: (qmail 18507 invoked by alias); 13 Mar 2019 06:17:02 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44120 Received: (qmail 2943 invoked by uid 1010); 13 Mar 2019 06:17:02 -0000 X-Qmail-Scanner-Diagnostics: from smtp3.iitb.ac.in by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25384. spamassassin: 3.4.2. Clear:RC:0(103.21.125.18):SA:0(-1.9/5.0):. Processed in 1.218905 secs); 13 Mar 2019 06:17:02 -0000 X-Envelope-From: varshiths@cse.iitb.ac.in X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at cse.iitb.ac.in designates 103.21.125.18 as permitted sender) X-Qmail-Scanner-Diagnostics: from 10.200.25.25 by ldns3 (envelope-from , uid 501) with qmail-scanner-2.11 spamassassin: 3.4.1. mhr: 1.0. {clamdscan: 0.100.0/25386} Clear:RC:1(10.200.25.25):SA:0(0.0/7.0):. Processed in 4.245565 secs; 13 Mar 2019 11:46:24 +0530 X-Envelope-From: varshiths@cse.iitb.ac.in X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | From: Varshith Sreeramdass Subject: [Bug] Use of [] in python package names To: zsh-workers@zsh.org Message-ID: <9049d434-6c89-e5a0-cb27-e0a56f42eabb@cse.iitb.ac.in> Date: Wed, 13 Mar 2019 11:46:34 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------0E8444C4E842F0DC40EEF7BC" Content-Language: en-US-large --------------0E8444C4E842F0DC40EEF7BC Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit I use zsh 5.7.1. To install spacy with GPU support, the command involved is /$ pip install -U spacy[cuda100]/ While it works perfectly on bash, zsh throws the following error. /        zsh: no matches found: spacy[cuda100]/ I guess this is an issue with how [] are dealt. I am not sure if this is an artefact of using oh-my-zsh (which is unlikely as it does not have access to zsh's parser). I assume this is the way to file a bug, given that source-forge doesn't seem to accept tickets. Apologies otherwise. Thank you. --------------0E8444C4E842F0DC40EEF7BC--