Skip to content
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

Problem in installing SCS package #249

Open
coiacy opened this issue Oct 26, 2018 · 0 comments
Open

Problem in installing SCS package #249

coiacy opened this issue Oct 26, 2018 · 0 comments

Comments

@coiacy
Copy link

coiacy commented 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.

  • packages with build errors remain installed in /Users/XXX/.julia/v0.6
  • build the package(s) and all dependencies with Pkg.build("SCS", "Homebrew")
  • build a single package by running its 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

@coiacy coiacy changed the title Problem install SCS package Problem in installing SCS package Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant