SGanesh19 / LaTeX-to-Speech

Conversion of the LaTeX equation into speech format
1 stars 0 forks source link

Installation help #3

Open pharmpk opened 2 years ago

pharmpk commented 2 years ago

Hi Ganesh

I was excited to see your contribution, Latex to Speech but I'm having some problems getting started.

I'm using a Mac. I usually use Anaconda with python notebooks but have used conda in the terminal.

I've installed cx_freeze with Anaconda (and it seems conda)

When I run setup.py I get an error AttributeError: module 'cx_Freeze' has no attribute 'BdistDMG'

Do you any suggestions as to how I might proceed?

Thanks, David

pharmpk commented 2 years ago

I changed

from cx_Freeze import *

to

from cx_Freeze import setup, Executable

but now get an error

init() takes from 2 to 12 positional arguments but 14 were given

I found init in algorithm.py and prjui.py but don't see how to fix this error.