codeflare
codeflare copied to clipboard
Requirement of 'pip==20.3.3' overwritten by previous instruction in getting started doc.
Describe the bug A clear and concise description of what the bug is. Error using getting started docs. Regarding: https://codeflare.readthedocs.io/en/latest/getting_started/starting.html#codeflare-on-openshift-container-platform-ocp Section: Alternatively, you can also build locally with:
git clone https://github.com/project-codeflare/codeflare.git
pip3 install --upgrade pip
pip3 install .
pip3 install -r requirements.txt
SEE PROBLEM BELOW: $ pip3 install --upgrade pip Requirement already satisfied: pip in /usr/local/lib/python3.8/site-packages (20.3.3) Collecting pip Downloading pip-21.1.2-py3-none-any.whl (1.5 MB) |████████████████████████████████| 1.5 MB 4.1 MB/s Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 20.3.3 Uninstalling pip-20.3.3: Successfully uninstalled pip-20.3.3 Successfully installed pip-21.1.2 $ $ pip3 install . Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/pip/_vendor/pkg_resources/init.py", line 583, in _build_master ws.require(requires) File "/usr/local/lib/python3.8/site-packages/pip/_vendor/pkg_resources/init.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/local/lib/python3.8/site-packages/pip/_vendor/pkg_resources/init.py", line 791, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pip._vendor.pkg_resources.VersionConflict: (pip 21.1.2 (/usr/local/lib/python3.8/site-packages), Requirement.parse('pip==20.3.3'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/opt/[email protected]/bin/pip3", line 33, in
To Reproduce Steps to reproduce the behavior:
- See steps described above.
Expected behavior
A clear and concise description of what you expected to happen.
pip3 install . from instructions runs without failure.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS] MacOS
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context Add any other context about the problem here.