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

Issues installing Cyclus/Cycamore (Unit Tests) #1457

Closed
bellis6 opened this issue Feb 18, 2018 · 4 comments
Closed

Issues installing Cyclus/Cycamore (Unit Tests) #1457

bellis6 opened this issue Feb 18, 2018 · 4 comments

Comments

@bellis6
Copy link

bellis6 commented Feb 18, 2018

Hi, I'm reinstalling Cyclus and Cycamore onto my personal PC. I reinstalled ubuntu 16.04 on my computer and only executed the following commands into my terminal:

First I installed Anaconda 3 from the terminal

cd /tmp
sudo apt install curl
curl -O https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh
sha256sum Anaconda3-5.0.1-Linux-x86_64.sh
bash Anaconda3-5.0.1-Linux-x86_64.sh
source ~/.bashrc

Then, from [http://fuelcycle.org/user/install_binary.html], I installed Cyclus and Cycamore using the following commands:

conda install -c conda-forge cyclus cycamore
cyclus_unit_tests
cycamore_unit_tests

However, I am receiving the following output from the unit tests...

cyclus_unit_tests: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
cycamore_unit_tests: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory

Has anyone else experienced this issue?
@katyhuff

@scopatz
Copy link
Member

scopatz commented Mar 1, 2018

Hi @bellis6 - thanks for reporting. Can you try conda install libiconv? You may need to do the following:

$ conda config --add channels conda-forge
$ conda update --all --update-deps

@bellis6
Copy link
Author

bellis6 commented Mar 3, 2018

Thank you. It worked!

@scopatz
Copy link
Member

scopatz commented Mar 3, 2018

Woohoo! Awesome!

@scopatz scopatz closed this as completed Mar 3, 2018
@scopatz
Copy link
Member

scopatz commented Mar 3, 2018

maybe we should add those steps to the docs

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

2 participants