-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in composer-dev setup command: 'install_requires' must be a string of lists #7
Comments
I'm getting the same on macos with:
and
|
Same here: python: 3.10.3 |
It worked when removing the * in the dependency definition: e.g. But I'm not sure if that's a valid workaround, and not sure why the * wildcard does not work in this context.. |
Same problem. MacOS, pyenv environment: Python 3.8.12 |
Change-Id: Ib6c5a3cac51ba81415235fa5379e8da10b239701 GitOrigin-RevId: 324a3da437bc9965d510c84d671ed11f1883a921
Hi!
I get the following error when running
pip install .
Python version:
Python 3.10.8
Pip version:
pip 22.2.2
The text was updated successfully, but these errors were encountered: