Giter VIP home page Giter VIP logo

Comments (4)

punkproger avatar punkproger commented on June 8, 2024

python3.6 download_archive.py
Traceback (most recent call last):
File "download_archive.py", line 1, in
from download_single_item import LesionImageDownloader as ImgDownloader, SegmentationDownloader as SegDownloader
File "/home/vjusak/workspace/MyWorkCPP/SkinCancerDetector/NetSide/ISIC-Archive-Downloader/download_single_item.py", line 8, in
from PIL import Image
File "/usr/lib/python3/dist-packages/PIL/Image.py", line 66, in
from PIL import _imaging as core
ImportError: cannot import name '_imaging'

from isic-archive-downloader.

GalAvineri avatar GalAvineri commented on June 8, 2024

Hey! Thank you for bringing up this issue :)
I'll be able to look at it thoroughly later today or tommorow :)

from isic-archive-downloader.

punkproger avatar punkproger commented on June 8, 2024

Hello, I have repaired.
Root cause of this issue :
my python = 2.7.4 - this will not work, python3 was python3.5.4, when Installed python3.6 -- python3 was still python3.5.4 and pip3 didn't download Pillow and tqdm in path of python3.6.
Healing:
I used :
{noformat}
sudo rm /usr/bin/python3
sudo ln -s /usr/bin/python3.6 /usr/bin/python3
{noformat}
installed Pillow and tqdm again by pip3, enter in terminal : python3 download_archive.py
And It works. Thanks for your scripts. :)

from isic-archive-downloader.

GalAvineri avatar GalAvineri commented on June 8, 2024

I'm glad you solved the issue and that everything works for you! :)
Feel free to open other issues if you run into other problems :)

from isic-archive-downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.