-
Notifications
You must be signed in to change notification settings - Fork 101
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
pip unable to resolve the correct awscli version #75
Comments
Could you please share which version of python you are using in this environment? I just tried creating a fresh conda environment with python3.9 and installing d2lbook worked as expected for me. I'm unable to reproduce your issue. |
I am using python version 3.9.16 in my conda environment. Even I created a fresh environment but i face the same problem in the new environment. |
@dhzdhd I'd need some kind of an MRE to reproduce this issue, since it works perfectly for me in Maybe you can test installing |
Installing |
I have had the exact same issue while installing the d2l book pip package (pip install d2lbook), the mentionned fix doesn't work for me. It solves the endless loop issue when installing the dependencies but the d2lbook command isn't working after. |
|
刚刚尝试尝试在Win10下使用pip install git+https://github.com/d2l-ai/d2l-book ,循环获取awscli问题还是存在。 在ubuntu 下使用pip install git+https://github.com/d2l-ai/d2l-book 是正常的。 |
I was following CONTRIBUTING docs to work on an issue raised earlier today in
d2l-en
When i run
pip install git+https://github.com/d2l-ai/d2l-book
in my anaconda environment, pip is stuck in a continuous loop of fetching theawscli
package, decrementing the package version by a minor version every iteration. See pic below.Am i doing something wrong or is it a version constraint issue in
setup.py
?The text was updated successfully, but these errors were encountered: