Hi,

On Tue, Oct 02, 2018 at 07:59:34AM +0200, Jeroen Demeyer wrote:
> On 2018-10-01 20:19, kcrisman wrote:
> >         new = max(os.path.getmtime(file) for file in
> >glob('cython/core/*.pyx'))
> >
> >     ValueError: max() arg is an empty sequence
> 
> It's bad packaging by upstream: it's running Cython but the Cython source
> files are not in the snappy source tarball.


I had a similar issue. The fix was

 -  to install mercurial on your distro or with:

        sage -pip install mercurial 

 - to install snappy from the repo

        sage -pip install hg+https://bitbucket.org/t3m/snappy

Ciao,
Thierry



> -- 
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to