Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
3503 Lượt xem

I want to install odoo.10 unbutu.

when install requirements (pip3 install -r requirements.txt),

I get error:

Getting requirements to build wheel ... error

  error: subprocess-exited-with-error

 

  × Getting requirements to build wheel did not run successfully.

  │ exit code: 1

  ╰─> [1 lines of output]

      error in feedparser setup command: use_2to3 is invalid.

      [end of output]

 

  note: This error originates from a subprocess, and is likely not a problem with pip.

error: subprocess-exited-with-error


× Getting requirements to build wheel did not run successfully.

│ exit code: 1

╰─> See above for output.


note: This error originates from a subprocess, and is likely not a problem with pip.

Help

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello Bertin, 

For this you need to use python version related to odoo 10 support or you can create a python virtual environment. 

FYI - odoo 10 support python 2.7 

Thanks.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

I had the same error, because I had Python3.10, but update it to 3.12 and now it's ok 

Ảnh đại diện
Huỷ bỏ