Get a Free Trial
GrabzIt's Online Community

Unable to install python package from pip

Ask questions on how to capture or convert web pages or HTML into images, MP4. CSV, PDF or DOCX documents as well on how to convert videos into animated GIF's using our API.

There are no forum posts on this topic! Why don't you write one?

The published python package appears to be incorrectly configured, and I was unable to install it with modern pip.

The error:

pip install grabzit
Collecting grabzit
Using cached grabzit-3.5.7.tar.gz (37 kB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-1v0iu9gk/grabzit/setup.py'"'"'; __file__='"'"'/tmp/pip-install-1v0iu9gk/grabzit/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-1v0iu9gk/grabzit/pip-egg-info
cwd: /tmp/pip-install-1v0iu9gk/grabzit/
Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-1v0iu9gk/grabzit/setup.py", line 7, in <module>
with open(path.join(this_directory, 'README.txt')) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-1v0iu9gk/grabzit/README.txt'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.



I managed to install the package by downloading the linked package tar, locally decompressing, adding a README.txt file, recompressing, and installing from that local TAR but wanted to flag that the published package does not appear to be totally correct. 

Asked by on the 23rd of January 2026

Thanks for raising this, it was an issue with deployment on Linux machines. The issue has now been fixed. Sorry for any inconvenience caused!

Answered by on the 23rd of January 2026