Xilinx / finn

Dataflow compiler for QNN inference on FPGAs
https://xilinx.github.io/finn
BSD 3-Clause "New" or "Revised" License
684 stars 219 forks source link

a bug about attrs #891

Closed wz19980621 closed 10 months ago

wz19980621 commented 10 months ago

ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

referencing 0.30.2 requires attrs>=22.2.0, but you'll have attrs 19.3.0 which is incompatible. jsonschema 4.19.0 requires attrs>=22.2.0, but you'll have attrs 19.3.0 which is incompatible.

Ba1tu3han commented 10 months ago

I have the same issue. Please let me know when you figure it out. https://github.com/Xilinx/finn/discussions/889

@wz19980621 did you check this issue? https://github.com/Xilinx/finn/issues/870

I found a website that mentiones about this attrs dependency issue. https://www.daiphys.com/portal/fpga/xilinx/tools/finn.html

wz19980621 commented 10 months ago

I have the same issue. Please let me know when you figure it out. #889

@wz19980621 did you check this issue? #870

I found a website that mentiones about this attrs dependency issue. https://www.daiphys.com/portal/fpga/xilinx/tools/finn.html

Thanks for your answer, it's very useful