-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Error while installing dependencies #28714
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
Comments
I am looking into this. |
Thanks @anirudnits. You'll need to update |
@MomIsBestFriend as a workaround, you can manually update |
So, I believe here's the issue |
@TomAugspurger I went through |
Ty:) @TomAugspurger |
Yeah, I think renaming should be done regardless of the version
specification.
…On Tue, Oct 1, 2019 at 12:02 PM Aniruddha Bhattacharjee < ***@***.***> wrote:
@TomAugspurger <https://github.com/TomAugspurger> I went through
scripts/generate_pip_deps_from_conda_deps.py and found out where the
issue is. In line 48 only *pkg* is checked if it's there in dict *RENAME*
and that only happens if there is a comparator (either of ==, <= or >=) in
the package name. By adding an extra check
if package in RENAME:
package = RENAME[package]
at the end would solve the issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28714?email_source=notifications&email_token=AAKAOIQSIQ75QHONTXQDX7LQMN7DBA5CNFSM4I4I64F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAB7OFQ#issuecomment-537130774>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKAOIQXTE5VBF5B3FM5EXTQMN7DBANCNFSM4I4I64FQ>
.
|
@TomAugspurger ok I'll submit a PR for this then. |
Oops. Sorry for not checking these conversations. Concentrated on fixing this issue. Reached same cause and fix approach. |
While running:
I get an error on line 20:
the output of
uname -a
isError output:
The text was updated successfully, but these errors were encountered: