question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

zsh: no matches found: .[dev]

See original GitHub issue

Hi 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:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Delgancommented, Feb 18, 2022

Great, thanks a lot for your time @LeonardoFurtado. 👍

0reactions
Delgancommented, Feb 26, 2022

Thanks for offering your help, @LeonardoFurtado! Basically, any issue tagged with with bug, enhancement or documentation 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found