mercredi 12 septembre 2018

How to setup telenium i was trying but it fails and error shows up- IOError: [Errno 2] No such file or directory: 'README.md'

I was trying to test my kivy app using telenium. Initially i was trying to setup telenium using pip install telenium And the error shows up.

rajat@rajat-Inspiron-5558:~$ pip install telenium
Downloading/unpacking telenium
  Downloading telenium-0.4.1.tar.gz (326kB): 326kB downloaded
  Running setup.py (path:/tmp/pip_build_rajat/telenium/setup.py) egg_info for package telenium
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip_build_rajat/telenium/setup.py", line 21, in <module>
        long_description = open("README.md").read()
    IOError: [Errno 2] No such file or directory: 'README.md'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/tmp/pip_build_rajat/telenium/setup.py", line 21, in <module>

    long_description = open("README.md").read()

IOError: [Errno 2] No such file or directory: 'README.md'

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_rajat/telenium
Storing debug log for failure in /home/rajat/.pip/pip.log

In addition to please suggest what could be the best open-source tool to test kivy app.

Aucun commentaire:

Enregistrer un commentaire