ubermag / help

Repository for raising issues and requesting help on Ubermag
BSD 2-Clause "Simplified" License
11 stars 3 forks source link

Problems regarding the installation #18

Closed jaroal95 closed 6 years ago

jaroal95 commented 6 years ago

Hi,

I own a 64 bit Ubuntu 16.04 LTS

I'm pretty new to oommf and python, but I have followed the instructions step by step and still i i am not able pass the tests.

When I enter the line " python3 -c "import oommfc; oommfc.test()" " on the command prompt I get the following answer: error oommfc Also, additional warnings and error messages raise when I try to run my python programmes, always referring to the fact that it haven't been possible to find the DOCKER.

I would appreciate any advice

fangohr commented 6 years ago

Have you tried to install docker (http://docker.com) yet?

Without having tried this recently, after a quick google search this seems like the procedure to follow: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04, or - directly from docker: https://docs.docker.com/install/linux/docker-ce/ubuntu/

jaroal95 commented 6 years ago

It worked out perfectly!

thanks for your advice

2018-04-22 8:10 GMT+02:00 Hans Fangohr notifications@github.com:

Have you tried to install docker (http://docker.com) yet?

Without having tried this recently, after a quick google search this seems like the procedure to follow: https://www.digitalocean.com/ community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04, or - directly from docker: https://docs.docker.com/install/linux/docker-ce/ ubuntu/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/joommf/help/issues/18#issuecomment-383358215, or mute the thread https://github.com/notifications/unsubscribe-auth/AkzeZxcVJV1ZVbHENbz1RT0Ab9qUD5p7ks5trB7GgaJpZM4Telq2 .

fangohr commented 6 years ago

Thanks for the feedback.