Skip to content

possible to run on osx? #35

Description

@prankousky

hi all,

i am using macOS High Sierra v 10.13.4 on my macbook. python and python3 are installed via homebrew.

i git cloned this repository and tried to run python3 setup.py install (each command, i also tried running without the 3, both for python3 and pip3); this creates the following error message

$ python3 setup.py install                                                                                                                                                                                                      -- INSERT --
/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'install_requires'
  warnings.warn(msg)
running install
running build
running build_py
error: package directory 'ncTelegram' does not exist

when i just run ncTelegram, i get this error

$ ./ncTelegram                                                                                                                                                                                                               -- INSERT --
Traceback (most recent call last):
  File "./ncTelegram2", line 9, in <module>
    import ncTelegram
ModuleNotFoundError: No module named 'ncTelegram'

this looks like a really great telegram client, which i would love to still use until i can make the final switch from osx to a linux distribution.

any help would be greatly appreciated :) thanks in advance for your support!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions