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

Can't install antspy because the antscore is empty #56

Closed
MurielCuiCui opened this issue Apr 20, 2019 · 5 comments
Closed

Can't install antspy because the antscore is empty #56

MurielCuiCui opened this issue Apr 20, 2019 · 5 comments

Comments

@MurielCuiCui
Copy link

Describe the bug
Error on install ants on linux 16.04

To Reproduce
I try to install ants from source , I run the command python setup.py develop under the directory,but it callback :

  CMake Error at pybind11/tools/pybind11Tools.cmake:132 (add_library):
  Cannot find source file:
   antscore/antsApplyTransformsToPoints.cxx

I find the directory ANTsPy/ants/lib/antscore is empty , how can I fixed it ? or find the all files I need?

Expected behavior
I hope to install antspy easily ,thank you
Screenshots
If applicable, add screenshots to help explain your problem.

image
image

@stnava
Copy link
Member

stnava commented Apr 20, 2019 via email

@MurielCuiCui
Copy link
Author

It doesn't work,either . but still thank for your help

@stnava
Copy link
Member

stnava commented Apr 21, 2019

maybe you want to start fresh. remove everything, clone again and follow the .travis.yml or circleci build steps:

https://github.com/ANTsX/ANTsPy/blob/master/.circleci/config.yml

as you can see on the badges, the linux tests are passing so you are likely missing something on your system or the ANTs clone is failing.

@MurielCuiCui
Copy link
Author

I try and it worked ! thank you !!! I follow the tutorial and I find some command doesn't exist ,like :
img.plot(overlay=thickimg, overlay_cmap='jet')
TypeError: plot() got an unexpected keyword argument 'overlay'

@stnava
Copy link
Member

stnava commented Apr 22, 2019 via email

@stnava stnava closed this as completed May 22, 2019
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