-
Notifications
You must be signed in to change notification settings - Fork 74
Description
while installing i tried !sudo apt-get install pystacknet/setup.py on colab and python pystacknet/setup.py install on my desktop but got :
Reading package lists... Done
''''''Building dependency tree
Reading state information... Done
E: Unable to locate package setup.py
E: Couldn't find any package by glob 'setup.py'
E: Couldn't find any package by regex 'setup.py''''' on colab and
The main error
''''Traceback (most recent call last):
File "pystacknet/setup.py", line 24, in
long_description=read_md('README.md'),
File "pystacknet/setup.py", line 5, in
read_md = lambda f: convert(f, 'rst')
File "/usr/local/lib/python3.6/dist-packages/pypandoc/init.py", line 66, in convert
raise RuntimeError("Format missing, but need one (identified source as text as no "
RuntimeError: Format missing, but need one (identified source as text as no file with that name was found)''''