-
Notifications
You must be signed in to change notification settings - Fork 1
Description
As I didn't necessarily want to clone the git repository, I tried to:
$ pip install 'https://github.com/poswald/microformats/archive/master.zip#egg=microformats'
Downloading/unpacking microformats from https://github.com/poswald/microformats/archive/master.zip
Downloading master.zip (unknown size): 144kB downloaded
Running setup.py egg_info for package microformats
Traceback (most recent call last):
File "", line 16, in
File "/tmp/build/microformats/setup.py", line 5, in
from microformats import VERSION
File "microformats/init.py", line 4, in
VERSION = get_git_version()
File "microformats/version.py", line 108, in get_git_version
raise ValueError("Cannot find the version number!")
ValueError: Cannot find the version number!
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 16, in
File "/tmp/build/microformats/setup.py", line 5, in
from microformats import VERSION
File "microformats/init.py", line 4, in
VERSION = get_git_version()
File "microformats/version.py", line 108, in get_git_version
raise ValueError("Cannot find the version number!")
ValueError: Cannot find the version number!
Command python setup.py egg_info failed with error code 1 in /tmp/build/microformats