Error installing openedx on ubuntu 16.04 " that version could not be found\nin any of the sources listed in your Gemfile. "

Hi, yesterday i was trying to install open edx instance follow this guide " Native Open edX platform Ubuntu 16.04 64 bit Installation"
https://openedx.atlassian.net/wiki/spaces/OpenOPS/pages/146440579/Native+Open+edX+platform+Ubuntu+16.04+64+bit+Installation

My OPENEDX_RELEASE is “open-release/ironwood.master”

follow the guide at the step 5 " Install the Open edX software" There was an error called: “TASK [forum : install comments service bundle] *********************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: “bundle install --deployment --path /edx/app/forum/.gem”, “delta”: “0:00:03.255075”, “end”: “2020-08-23 07:59:00.247921”, “failed”: true, “rc”: 7, “start”: “2020-08-23 07:58:56.992846”, “stderr”: “”, “stderr_lines”: , “stdout”: “Fetching gem metadata from https://rubygems.org/…\nYour bundle is locked to codecov (0.1.10), but that version could not be found\nin any of the sources listed in your Gemfile. If you haven’t changed sources,\nthat means the author of codecov (0.1.10) has removed it. You’ll need to update\nyour bundle to a version other than codecov (0.1.10) that hasn’t been removed in\norder to install.”, “stdout_lines”: [“Fetching gem metadata from https://rubygems.org/…”, “Your bundle is locked to codecov (0.1.10), but that version could not be found”, “in any of the sources listed in your Gemfile. If you haven’t changed sources,”, “that means the author of codecov (0.1.10) has removed it. You’ll need to update”, “your bundle to a version other than codecov (0.1.10) that hasn’t been removed in”, “order to install.”]}
to retry, use: --limit @/var/tmp/configuration/playbooks/openedx_native.retry

PLAY RECAP *********************************************************************
localhost : ok=425 changed=122 unreachable=0 failed=1”

then i try to reinstall ,and still meet that error,and i installed other release,open-release/juniper.2 ,same error!
clould you tell me what should i do to fix this problem,thanks! by the way my environment is Microsoft azure china.

Hi @neversai,
welcome to the community!

We have fixed this issue and currently it waits for the review. You can see the related pull request here. To deploy it before this gets merged, you can use this branch for the cs_comments_service.

thanks! may i know when you complete a review and merge it ?

That fix has now been applied to master and to Juniper.

3 posts were split to a new topic: Codecov problem not fixed yet?