zsh: no matches found: .[dev]
See original GitHub issueHi was setup the develop environment and on 5th step of contribute file there is the following command:
$ pip install -e .[dev]
In some terminals it probably will not work, I’m using Manjaro + ZSH and it does’nt work, on windows I have the same problem. I would like to recommend change it to:
pip install -e ".[dev]"
It seems to work everywhere, I’ve tested on Manjaro + zsh, windows, mac os
I can open a pull request if needed.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
pip install -e .[dev] error in mac zsh · Issue #852 - GitHub
When running pip install -e .[dev] in Z shell you get the following error: $ pip install -e .[dev] zsh: no matches found:...
Read more >How to get rid of "No match found" when running "rm *"
1. Are you trying to delete everything in the current directory? · 1. You could use setopt extended_glob (or even plain rm *...
Read more >zsh: no matches found - Leigh Johnson - Medium
I've been using zsh and ohmyz.sh for years, but I still occasionally forget this shell interprets square brackets as a pattern on the...
Read more >Why do I get this error "zsh: no matches found"? - Reddit
The shell is interpreting the ? in the URL as a globbing wildcard, so because of this it tries to find files matching...
Read more >zsh: no matches found: requests[security] - Stack Overflow
I am trying to run a python urllib2 script and getting this error: InsecurePlatformWarning: A true SSLContext object is not available. This ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great, thanks a lot for your time @LeonardoFurtado. 👍
Thanks for offering your help, @LeonardoFurtado! Basically, any issue tagged with with
bug
,enhancement
ordocumentation
is waiting for someone implementing a solution. 😁There is no real priority and I haven’t sorted out the “easy” and “difficult” tickets, though. If you are interested in a particular type of contribution, we can discuss it.