Skip to Content
Menu
This question has been flagged
2 Replies
2506 Views

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

Avatar
Discard
Best Answer

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.

Avatar
Discard
Best Answer

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

Avatar
Discard