Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maths-Tutor setup error #2

Open
SudoSu-bham opened this issue May 5, 2024 · 0 comments
Open

Maths-Tutor setup error #2

SudoSu-bham opened this issue May 5, 2024 · 0 comments

Comments

@SudoSu-bham
Copy link

Using Installtion guide I am not able to setup maths-tutor.
There seems some problem with git installation method

2. Navigate to the project directory using the following command:
cd braille-translator-gui

The above commands can't work if we git clone maths-tutor repo.

executing this command

sudo python3 setup.py install –install-data=/usr
invalid command name '–install-data=/usr'

I executed this sudo python3 setup.py install --install-data=/usr
The following output came on terminal and maths-tutor was not installed

/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` and ``easy_install``.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://github.com/pypa/setuptools/issues/917 for details.
        ********************************************************************************

!!
  self.initialize_options()
zip_safe flag not set; analyzing archive contents...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant