SciKit-Surgery / scikit-surgerytutorial02

SciKit-Surgery Tutorial02 provides a tutorial on how to implement a simple algorithm using the SciKit-Surgery project's Python Template
http://scikit-surgerytutorial02.readthedocs.io/en/latest/?badge=latest
Other
1 stars 1 forks source link

Feedback and comments from the replication of the tutorial02 by Sujon Hekim #36

Closed mxochicale closed 1 year ago

mxochicale commented 1 year ago

Raising this one because "Authentication failed"

remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication. fatal: Authentication failed for 'https://github.com/mxochicale/scikit-surgerytutorial02-test.git/'

mxochicale commented 1 year ago

Then do

cd sksurgeryspherefitting/
git init
git branch -m main
git add .
git commit -m "Initial commit of my sphere fitter"
git remote add origin git@github.com:mxochicale/sksurgeryspherefitting.git
git push origin main

Notes:

mxochicale commented 1 year ago
mxochicale commented 1 year ago
mxochicale commented 1 year ago
mxochicale commented 1 year ago
mxochicale commented 1 year ago
AbuAbdul1ah commented 1 year ago

Error from tox -e lint on Window's computer

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'c:\users\musa_\onedrive\documents\sksurgeryspherefittingtest2\.tox\lint\lib\site-packages\virtualenv-20.23.1.dist-info\METADATA'

lint: exit 1 (41.91 seconds) C:\Users\musa_\OneDrive\Documents\sksurgeryspherefittingtest2> python -I -m pip install pylint -r requirements-dev.txt pid=11200 lint: FAIL code 1 (42.09 seconds) evaluation failed :( (42.70 seconds) (scikit-surgeryTUTORIAL02VE)

mxochicale commented 1 year ago

Remove version to avoid package version conflicts

     - vtk>=9.2.6
     - scikit-surgeryvtk>=2.0.1
     - scikit-surgeryimage
     - scikit-surgerycore
mxochicale commented 1 year ago
mxochicale commented 1 year ago
mxochicale commented 1 year ago
mxochicale commented 1 year ago
thompson318 commented 1 year ago

We used to build the docs on WEISSlab then push them to readthedocs. We don't do that anymore, they are built entirely on readthedocs, so remove all reference to weisslab.