python-gearbox icon indicating copy to clipboard operation
python-gearbox copied to clipboard

Error running demo.py

Open adrian1906 opened this issue 5 years ago • 1 comments

I get the following error when I run the demo.py file:

/python-gearbox-master/gearbox/standards/iso.py in __yb(gear)
    909             return 1.6 * log(2.242 * 1 / srh)
    910         else:
--> 911             raise Exception('External gears require: sr/ht > 0.5')
    912 
    913 
Exception: External gears require: sr/ht > 0.5

adrian1906 avatar Jul 22 '20 17:07 adrian1906

ModuleNotFoundError: No module named 'gearbox.transmission'

huohuodehuluobo avatar May 28 '22 03:05 huohuodehuluobo