Closed JohnCC330 closed 1 year ago
You have to install the current beta version v1.1.3b1 to fix the issue.
Hi mozman. Thanks! Unfortunately, I get the same result
Digging a bit deeper, though I did a pip3 uninstall ezdxf, the version in site-packages is still 1.1.2. Do I have to
python3 setup.py install --force
?
I ran into the same problem, because /windows/fonts/mstmc.ttf file is corrupt,
This can be solved by running the following code in terminal:
cd /windows/fonts
del mstmc.ttf
Install the beta version by:
pip install -U ezdxf==1.1.3b1
or
python3 -m pip install -U ezdxf==1.1.3b1
on Windows should also work
py -m pip install -U ezdxf==1.1.3b1
@mozman Thanks again!
I didn't find any reference about the 1.1.3b1
being on Pypi, so I finally could compile the tar.gz
and managed to install it. For some reason, 1.1.3b1
wouldn't install with 1.1.2
still installed, and pip3 wouldn't remove 1.1.2
. I removed it by hand, and then ./setup install
for 1.1.3b1
worked.
I could now import ezdxf
. I opened an uncompressed 11 MB dxf and it seemed rather slow (12 seconds)
@JohnCC330 Beta versions are hidden on PyPI 😊
Ah well... And I thought that 'History' meant 'past events' not future ones ;-)
Describe the bug Simply 'import ezdxf' produces errors To Reproduce In my case, executing this mini program is sufficient:
import ezdxf
ezdxf is version 1.1.2 (the version available in pypi). Here's the complete error message:
Python
is 3.9.16 if that matters. I'm using Slackware64 15.0, used pip to install ezdxf.fonttools
is version 4.44.3