ucb-bar / chipyard

An Agile RISC-V SoC Design Framework with in-order cores, out-of-order cores, accelerators, and more
https://chipyard.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
1.59k stars 632 forks source link

./build-setup.sh riscv-tools error #2065

Open luoqi-1 opened 4 days ago

luoqi-1 commented 4 days ago

Background Work

Chipyard Version and Hash

Release: 1.5.0 Hash: a6a6a6

OS Setup

Ex: Output of uname -a + lsb_release -a + printenv + conda list centos 7.9 conda:24.7.1

Other Setup

Ex: Prior steps taken / Documentation Followed / etc...

Current Behavior

during ./build-setup.sh riscv-tools step1:initializing Conda environment I got error like this how can I solve it?

Expected Behavior

d

Other Information

To activate this environment, use INFO:root:# INFO:root:# $ conda activate /home/ICer/work_space/chipyard/.conda-env INFO:root:# INFO:root:# To deactivate an active environment, use INFO:root:# INFO:root:# $ conda deactivate INFO:root: ERROR:root:ERROR: bcrypt-4.2.0-cp39-abi3-manylinux_2_28_x86_64.whl is not a supported wheel on this platform. ERROR:root: ERROR:root:ERROR conda.cli.main_run:execute(125): conda run pip install --no-deps -r /tmp/tmp6ydxfff5 failed. (See above for error) Traceback (most recent call last): File "/home/ICer/work_space/chipyard/.conda-lock-env/bin/conda-lock", line 10, in sys.exit(main()) ^^^^^^ File "/home/ICer/work_space/chipyard/.conda-lock-env/lib/python3.12/site-packages/click/core.py", line 1157, in call return self.main(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ICer/work_space/chipyard/.conda-lock-env/lib/python3.12/site-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) ^^^^^^^^^^^^^^^^ File "/home/ICer/work_space/chipyard/.conda-lock-env/lib/python3.12/site-packages/click/core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ICer/work_space/chipyard/.conda-lock-env/lib/python3.12/site-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, ctx.params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ICer/work_space/chipyard/.conda-lock-env/lib/python3.12/site-packages/click/core.py", line 783, in invoke return __callback(args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ICer/work_space/chipyard/.conda-lock-env/lib/python3.12/site-packages/click/decorators.py", line 33, in new_func return f(get_current_context(), args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ICer/work_space/chipyard/.conda-lock-env/lib/python3.12/site-package

jerryz123 commented 17 hours ago

Centos 7.9 is EOL now. I suspect the error has to do with that