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!
hi all,
i am using macOS High Sierra v 10.13.4 on my macbook.
pythonandpython3are installed via homebrew.i git cloned this repository and tried to run
python3 setup.py install(each command, i also tried running without the3, both forpython3andpip3); this creates the following error messagewhen i just run
ncTelegram, i get this errorthis 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!