cihologramas / pyoptools

Python tools for optical design
GNU General Public License v3.0
137 stars 46 forks source link

Installation problem on ubuntu #146

Closed TahaJahani closed 1 year ago

TahaJahani commented 1 year ago

I'm having trouble installing this library on virtualenv on ubuntu. When trying to run the command make deb, I get the following error:

dch -b Paquete de prueba generado
make: dch: No such file or directory
make: *** [Makefile:4: deb] Error 127

And when I install it via the python setup.py install and try to run the Tutorial script, I get the following error: ImportError: cannot import name 'dot_test' from 'pyoptools.misc.cmisc.cmisc' Note that I've installed all the requirements successfully and followed every step in the Installation Guide.