First time here? Check out the FAQ!

Ask Your Question
0

sage -i fails to find optional package database_gap

asked 12 years ago

Richard Bentley gravatar image

running ./sage -optional and then ./sage -i database_gap-4.4.12.pl.spkg using sage -i as per README instructions (which is not recognized) or ./sage -i database_gap-4.4.12.pl.spkg, with or without extension .spkg produces the same message: *Unable to download database_gap-4.4.12.pl *Please see http://www.sagemath.org//packages for a list of valid *packages or check the package name.

The package exists so I should be able to download it and install using wget or Firefox. The question is: Is this advisable; is this package separate from Sage and can be called by sage, or do I need to use sage -i to integrate it?

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
1

answered 12 years ago

When you write ./sage -i database_gap-4.4.12.pl.spkg, I think the character following the "p" (in ".pl.") is the letter "l", whereas it should be the number "1". Try it with a "1" instead of an "l" and see if that helps. (You can also avoid this issue by trying ./sage -i database_gap with no version information, and let Sage figure out what to download.)

Preview: (hide)
link
0

answered 12 years ago

Shashank gravatar image

I just downloaded and installed database_gap using the command

sage -i database_gap-4.4.12.pl

It is possible that the server was having issues when you tried it. You may want to try it one more time.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 12 years ago

Seen: 514 times

Last updated: May 14 '12