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

reportlab version in requirements.txt too low in python 3.6.9 #77472

Open
mof-landoo opened this issue Sep 30, 2021 · 3 comments
Open

reportlab version in requirements.txt too low in python 3.6.9 #77472

mof-landoo opened this issue Sep 30, 2021 · 3 comments

Comments

@mof-landoo
Copy link

mof-landoo commented Sep 30, 2021

Impacted versions: 14.0

Steps to reproduce: in Stock/Products print barcodes in pdf. Ubuntu 18, Python 3.6.9, reportlab v = 3.5.13 (by default)

Current behavior: barcode is not printed

Tested in Ubuntu 18, Python 3.6.9, in requirements.txt reportlab version is 3.5.13, but in this version I can't print barcodes in pdf.
I have checked report.url in System Parameters and it's ok.

If I upgrade reportlab to last version (3.6.1) the problem is solved.

Someone has seen this behaviour too? Maybe it's necessary to update reportlab versions in requirements.txt

@mof-landoo mof-landoo changed the title reportlab version in requirements too low in python 3.6 reportlab version in requirements.txt too low in python 3.6.9 Oct 4, 2021
@BT-aestebanez
Copy link

BT-aestebanez commented Jan 18, 2022

+1 Tested on python 3.7.3
This commit is needed: reportlab: changeset 4614:0cf382dab63b
So this line

reportlab==3.5.13; python_version < '3.8'

needs to be updated at least to 3.5.21

@BT-cjimeno
Copy link

Same behaviour for me with Python 3.7, I'm not able to print any barcode at all...

@Yenthe666
Copy link
Collaborator

@d-fence FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants