SintefManufacturing / python-urx

Python library to control a robot from 'Universal Robots' http://www.universal-robots.com/
GNU Lesser General Public License v3.0
515 stars 272 forks source link

Update pip package #90

Open ModischFabrications opened 3 years ago

ModischFabrications commented 3 years ago

The current pip package is not up to date and is missing at least the addition to 3.5.

Seems like more people have run into this problem: https://github.com/SintefManufacturing/python-urx/issues/64#issuecomment-510213146

oroulet commented 3 years ago

finish your PR and I can make a release

ModischFabrications commented 3 years ago

PR should work, I can't test it any further.

Additionally it seems like numpy is required, but not automatically installed. Consider adding a requirement to numpy = "==1.19.3" (there seems to be a bug in the newest version: https://developercommunity.visualstudio.com/solutions/1241964/view.html).