"Fraga, Eric" <e.fr...@ucl.ac.uk> writes: > Hi, > > I'm late to this and I don't have the full thread on my system so > apologies if this has been asked before. > > When I try > > M-x package-vc-install RET https://github.com/ichernyshovvv/org-timeblock/ > > according to the instructions given at the gitlab repository, I get an > error: > > --8<---------------cut here---------------start------------->8--- > Debugger entered--Lisp error: (error "Version must be a string") > error("Version must be a string") > version-to-list((0))
Hi You got this error because in the Package-Requires header of the package there were packages without explicitly set versions. Maybe it's a bug, I don't know. As far as I know, it's acceptable to not define specific version of a dependency. Anyway, I've fixed that issue in the last commit. Please, try again.