Groups
Groups
Sign in
Groups
Groups
python-ezdxf
Conversations
Labels
About
Send feedback
Help
install ezdxf package on Ubuntu
261 views
Skip to first unread message
Slobodan Pajic
unread,
Sep 13, 2020, 4:07:05 PM
9/13/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
9/14/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
9/16/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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