-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inside Oscar, GAP's Browse package cannot be loaded #160
Comments
The first error is the usual oscar-system/Singular.jl#257, which is fixed in the latest version of Singular. But since then there has not been a new Oscar release. |
On Fri, Sep 11, 2020 at 05:52:00AM -0700, thofma wrote:
The first error is the usual oscar-system/Singular.jl#257, which is fixed in the latest version of Singular. But since then there has not been a new Oscar release.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#160 (comment)
Classical solution: find the c++ library in the julia folder - and
remove it or mark it a-rx
This solved teh problem repeatedly....
|
Update: On the other hand, I did not run into this problem before last week. Some experiments: |
I should have suspected a connection to |
Please try switching GAP.jl to the Yggdrasil binaries for Ncurses, my rather dated |
Yeah, things are close to being ready for me resuming work on oscar-system/GAP.jl#421 which switches GAP.jl to using JLLs. There were various issues in the past couple months preventing this, but I think now I can take care of those (ideally by switching to a GAP_jll, but one relevant PR for that was only merged into Julia today, so I'll have to see what I can do). Will make this a priority next week. |
Just for the record, in order not to forget it: |
I am closing this in favor of oscar-system/GAP.jl#553 (even though this issue here is technically older) |
Currently I have problems to get a running version of Oscar.
Earlier this week I had a similar problem when I tried to update my installation, but removing my
~/.julia
directory and then reinstalling everything from scratch worked.Now even this brute force approach does not help.
This is what I tried, first for installing the released version.
Remove
~/.julia
, call Julia 1.4, enterusing Pkg; Pkg.add( "Oscar" )
.This works without problem. But then entering
using Oscar
results in the following message.When I try the current master branch of Oscar instead of the released version, the error is different.
Again, I remove
~/.julia
, call Julia 1.4, but now enterusing Pkg; Pkg.develop( PackageSpec( path = ".../Oscar.jl" ) ); Pkg.build( "Oscar" )
.Then
using Oscar
results in(When I set the value of the
TERM
variable toxterm
, I run into the same error, except that Julia saysError opening terminal: xterm
.)The text was updated successfully, but these errors were encountered: