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

Installing Required Dependencies #3

Open
andygreg opened this issue Mar 20, 2019 · 2 comments
Open

Installing Required Dependencies #3

andygreg opened this issue Mar 20, 2019 · 2 comments

Comments

@andygreg
Copy link

When running

python setup.py install

I get the following error

Couldn't find index page for 'SimpleITKitk' (maybe misspelled?)

How can I fix this?

@jondeaton
Copy link
Owner

You can fix this by removing SimpleITKitk from the list of requirements in setup.py. I don't believe it is actually used anywhere.

@XavierScherschligt
Copy link

In the event that the dependency is required, this problem can be fixed by simply adding a comma after "SimpleITK" in setup.py. The error given arises because in setyp.py "SimpleITK" "itk", appears. The two strings are spliced together because they lack a comma ("SimpleITK", "itk",)

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

3 participants