Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

passlib == 1.7.1 in requirements.txt #68369

Open
Georgeals opened this issue Mar 25, 2021 · 1 comment
Open

passlib == 1.7.1 in requirements.txt #68369

Georgeals opened this issue Mar 25, 2021 · 1 comment
Labels
14.0 Packaging Anything related to packaged Odoo installations (docker, .exe, .deb, etc)

Comments

@Georgeals
Copy link

Impacted versions:
odoo 14
Steps to reproduce:
source installs with python 3.8
Current behavior:
ImportError: Unable to import name 'clock' from 'time' (unknown location)
Expected behavior:
Run server odoo

After source installs odoo 14 with python 3.8 then ImportError: Unable to import name 'clock' from 'time' (unknown location) when running odoo. Because in requirements.txt file passlib == 1.7.1. And time.clock () has been deprecated since 3.3, will be removed in 3.8: https://docs.python.org/3.7/library/time.html#time.clock
The error disappears if --upgrade passlib v 1.7.4 .

@pedrobaeza pedrobaeza added 14.0 Packaging Anything related to packaged Odoo installations (docker, .exe, .deb, etc) labels Mar 25, 2021
@Yenthe666
Copy link
Collaborator

@d-fence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
14.0 Packaging Anything related to packaged Odoo installations (docker, .exe, .deb, etc)
Projects
None yet
Development

No branches or pull requests

3 participants