Closed priya-gitTest closed 4 years ago
Thanks for reporting this problem, I'll look into that in a few days but in the meantime it seems that you need cairo and cairocffi installed so you should google that. I would point you to this installation help but I am not sure it helps for windows.
Let me know if/how you solve the problem so I can include it when I update the docs.
The following is an incomplete (I think) list of dependencies I had to install (running in a git for windows bash session)
pip3 install jinja2
pip3 install weasyprint
pip3 install cairo
pip3 install qrcode
pip3 install python-Levenshtein
pip3 install barcode
pip3 install pystrich
Notice that weasyprint requires additional GTK+ runtime installation, could it be something that Jupytr is not picking up?
Thanks for bumping this one up, totally forgot. I have now added an installation section in the README and docs.
@hlovdal normally, installing with pip3 install blabel
should automatically install all the required dependencies. Didn't it work for you?
I tried to install the same in Anaconda prompt, the installation went fine but than I ran into the following error when I ran a sample code via Jupyter Notebook.