install ezdxf package on Ubuntu

261 views
Skip to first unread message

Slobodan Pajic

unread,
Sep 13, 2020, 4:07:05 PM9/13/20
to python-ezdxf

I'm having issues installing ezdxf package on Ubuntu. Have tried

sudo apt-get install python3-ezdxf

and got message
E: Unable to locate package ezdxf


dwe...@gmail.com

unread,
Sep 14, 2020, 11:21:00 AM9/14/20
to python-ezdxf
ezdxf needs to be installed with pip. I'd make sure you install the latest python first (not the system python) and pip also.

apt install python3
apt install python3-pip
pip install ezdxzf

Slobodan Pajic

unread,
Sep 16, 2020, 8:35:09 AM9/16/20
to python-ezdxf
Thanks a lot, that worked. Just a typo on the last line

pip install ezdxf
Reply all
Reply to author
Forward
0 new messages