-
Notifications
You must be signed in to change notification settings - Fork 4
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
Installation in Ubuntu #19
Comments
It looks like a typo, the correct path is OPENCMISS_ROOT/build/manage - I will take a look at the document |
thank you for the answer. I'm actually right now trying to install it and there is no directory called build in the root carpet. The only carpet available is |
Hi, he best way to install OpenCMISS is the following sequence: git clone https://github.com/OpenCMISS/setup.git export CC=gcc This way all the service directories are created during the setup phase and you can compile parts of the system easily later on Cheers, |
Can you send me the content of the OC_IRON_CONFIGURE_err.log, please? |
Sorry, I mean this file: /home/bryanaleman/OPENCMISS_ROOT/opencmiss/build/iron/release/extproj/stamp/OC_IRON-configure-err.log |
Yup, my mistake, let me copy that for you haha ` |
Yeap - it cannot find numpy module - do you have it installed? What version of Python do you use? |
I've got 2.7.17 |
Can you check if you have virtualenv directory created in opencmiss/install directory? |
The contents of the file: and also the file: would be really helpful in seeing what is going wrong. |
@sgenie68 Thank you so much. I've already tried creating a new virtual enviroment in the install directory, but it didn't work either. @hsorby Let me get here what I got in those files OC_IRON-configure-out.log OC_IRON-configure-err.log
I don't know why it still says that I don't have pynumpy installed, I already prepared those when I installed all the requisites |
Can you try, this, please? In opencmiss/install/virtual_environments there is another directory oclibs_venv_XXXX something - make sure it is created. Then do this: source /home/bryanaleman/OPENCMISS_ROOT/opencmiss/install/virtual_environments/oclibs_venv_XXXX/bin/activate and then try running make again If pip command fails with "missing interpreter" error, try using this: python -m pip install numpy Cheers, |
Hi, It just occurred to me that there might be a problem with the way virtual environment is being generated. Could you give me full path to the bin directory in the virtual_environment structure that OpenCMISS make generated? Gene |
I have made a small change in one of the cmake files to avoid the problem you are seeing - can you try updating your code and running the build again? |
There says that we shoul reach the directory
/OPENCMISS_ROOT/manage/build
but in the archive here in the project there is no carpet called/build
The text was updated successfully, but these errors were encountered: