-
Notifications
You must be signed in to change notification settings - Fork 10
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
error in window 10 #32
Comments
He @chongyangat |
I just want to test the docker environment. However, the problem above was solved. Since GPU support isn't enabled in windows, I followed the instruction and download the alternatives like conda(Pass-to-conda version) ,then I encountered new problem: ERROR: failed to solve: process "/bin/sh -c if [ "$GPU_FLAG" -eq "1" ] ; then conda install -y -c conda-forge cudatoolkit=${CUDA_VERSION} cudnn=8.1.0; fi && pip install --no-cache-dir -r requirements.txt && rm requirements.txt && pip install --no-cache-dir nbformat ipywidgets && git clone https://github.com/HenriquesLab/DL4MicEverywhere.git && python DL4MicEverywhere/.tools/notebook_autoconversion/transform.py -p . -n ${NOTEBOOK_NAME} -s ${SECTIONS_TO_REMOVE} && mv colabless_${NOTEBOOK_NAME} ${NOTEBOOK_NAME} && rm -r DL4MicEverywhere" did not complete successfully: exit code: 128 |
for some reason , i couldn't load the csv file from URL("https://raw.githubusercontent.com/HenriquesLab/ZeroCostDL4Mic/master/Colab_notebooks/Latest_Notebook_versions.csv" ) through pd.read_csv(url) then I tried the below function: response = requests.get(url) print(df)**
0 3D RCAN 1.14.1 |
Describe the bug
A clear and concise description of what the bug is.
URLError: <urlopen error [Errno 99] Cannot assign requested address>
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: