You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",)
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?
The text was updated successfully, but these errors were encountered: