Closed LinusFresz closed 6 years ago
I am running into trouble with pylabels on MacOs using Python 3.7.0. The minimal example I used is the nametags example from this repository: https://github.com/bcbnz/pylabels/blob/master/demos/nametags.py
Running python3 nametags.py gave me this error:
python3 nametags.py
Traceback (most recent call last): File "nametags.py", line 29, in <module> specs = labels.Specification(210, 297, 2, 8, 90, 25, corner_radius=2) AttributeError: module 'labels' has no attribute 'Specification'
Is there any solution for this issue? Was it known before?
I've figured out that I should use pip install pylabels instead of pip install labels. Going to close this issue now, sorry for this faulty issue!
pip install pylabels
pip install labels
I am running into trouble with pylabels on MacOs using Python 3.7.0. The minimal example I used is the nametags example from this repository: https://github.com/bcbnz/pylabels/blob/master/demos/nametags.py
Running
python3 nametags.py
gave me this error:Is there any solution for this issue? Was it known before?