You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to use the SCS package on julia0.6, it returns the following error:
julia> Pkg.build("SCS")
INFO: Building Homebrew
==============================[ ERROR: Homebrew ]===============================
LoadError: LoadError: ArgumentError: Module Unicode not found in current path.
Run Pkg.add("Unicode") to install the Unicode package.
while loading /Users/XXX/.julia/v0.6/Homebrew/src/Homebrew.jl, in expression starting on line 4
while loading /Users/XXX/.julia/v0.6/Homebrew/deps/build.jl, in expression starting on line 2
================================================================================
INFO: Building SCS
=================================[ ERROR: SCS ]=================================
LoadError: LoadError: ArgumentError: Module Unicode not found in current path.
Run Pkg.add("Unicode") to install the Unicode package.
while loading /Users/XXX/.julia/v0.6/Homebrew/src/Homebrew.jl, in expression starting on line 4
while loading /Users/XXX/.julia/v0.6/SCS/deps/build.jl, in expression starting on line 17
I searched for the Unicode package online, but did not find it. Also, in Homebrew.jl there are other unknown packages like "Libdl, InteractiveUtils". Could you advise how to resolve this issue? @staticfloat
The text was updated successfully, but these errors were encountered:
coiacy
changed the title
Problem install SCS package
Problem in installing SCS package
Oct 26, 2018
when I try to use the SCS package on julia0.6, it returns the following error:
julia> Pkg.build("SCS")
INFO: Building Homebrew
==============================[ ERROR: Homebrew ]===============================
LoadError: LoadError: ArgumentError: Module Unicode not found in current path.
Run
Pkg.add("Unicode")
to install the Unicode package.while loading /Users/XXX/.julia/v0.6/Homebrew/src/Homebrew.jl, in expression starting on line 4
while loading /Users/XXX/.julia/v0.6/Homebrew/deps/build.jl, in expression starting on line 2
================================================================================
INFO: Building SCS
=================================[ ERROR: SCS ]=================================
LoadError: LoadError: ArgumentError: Module Unicode not found in current path.
Run
Pkg.add("Unicode")
to install the Unicode package.while loading /Users/XXX/.julia/v0.6/Homebrew/src/Homebrew.jl, in expression starting on line 4
while loading /Users/XXX/.julia/v0.6/SCS/deps/build.jl, in expression starting on line 17
================================================================================
================================[ BUILD ERRORS ]================================
WARNING: SCS and Homebrew had build errors.
Pkg.build("SCS", "Homebrew")
deps/build.jl
script================================================================================
I searched for the Unicode package online, but did not find it. Also, in Homebrew.jl there are other unknown packages like "Libdl, InteractiveUtils". Could you advise how to resolve this issue? @staticfloat
The text was updated successfully, but these errors were encountered: