You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since august, bitbucket for reporlab is not working anymore (see link in reportlab recipe init.py). I'm not an expert with recipes, but I think that we need to updated the url link with github mirror: https://github.com/MrBitBucket/reportlab-mirror/.
possible solution:
to change in init.py:
version = 'c088826211ca'
url = 'https://bitbucket.org/rptlab/reportlab/get/{version}.tar.gz'
to:
version = '???' #I don't know the version in bitbucket
url = 'https://github.com/MrBitBucket/reportlab-mirror/ReportLab_{version}.tar.gz'
The text was updated successfully, but these errors were encountered:
Since august, bitbucket for reporlab is not working anymore (see link in reportlab recipe init.py). I'm not an expert with recipes, but I think that we need to updated the url link with github mirror: https://github.com/MrBitBucket/reportlab-mirror/.
possible solution:
to change in init.py:
to:
The text was updated successfully, but these errors were encountered: