Problem with importing Image from PIL in python
up vote
0
down vote
favorite
import PIL
from PIL import Image
THE ERROR SHOWN IS :
ImportError: The _imaging extension was built for another version of Pillow
or
PIL:
Core version: 3.0.0
Pillow version: 5.1.0
I am running this on jupyter notebook on anaconda. I tried installing pillow through both pip and conda and I am still not able import the mentioned package. Am I missing out on any fundamental thing over here?
python-3.x
add a comment |
up vote
0
down vote
favorite
import PIL
from PIL import Image
THE ERROR SHOWN IS :
ImportError: The _imaging extension was built for another version of Pillow
or
PIL:
Core version: 3.0.0
Pillow version: 5.1.0
I am running this on jupyter notebook on anaconda. I tried installing pillow through both pip and conda and I am still not able import the mentioned package. Am I missing out on any fundamental thing over here?
python-3.x
This may help stackoverflow.com/q/26720968/2570277
– Nick
Nov 8 at 9:21
I referred to that. It is not working.
– Allen James Vinoy
Nov 8 at 10:18
what version of python are you running?
– Nick
Nov 8 at 11:09
The version is python 3.5
– Allen James Vinoy
Nov 8 at 12:42
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
import PIL
from PIL import Image
THE ERROR SHOWN IS :
ImportError: The _imaging extension was built for another version of Pillow
or
PIL:
Core version: 3.0.0
Pillow version: 5.1.0
I am running this on jupyter notebook on anaconda. I tried installing pillow through both pip and conda and I am still not able import the mentioned package. Am I missing out on any fundamental thing over here?
python-3.x
import PIL
from PIL import Image
THE ERROR SHOWN IS :
ImportError: The _imaging extension was built for another version of Pillow
or
PIL:
Core version: 3.0.0
Pillow version: 5.1.0
I am running this on jupyter notebook on anaconda. I tried installing pillow through both pip and conda and I am still not able import the mentioned package. Am I missing out on any fundamental thing over here?
python-3.x
python-3.x
asked Nov 8 at 8:28
Allen James Vinoy
63
63
This may help stackoverflow.com/q/26720968/2570277
– Nick
Nov 8 at 9:21
I referred to that. It is not working.
– Allen James Vinoy
Nov 8 at 10:18
what version of python are you running?
– Nick
Nov 8 at 11:09
The version is python 3.5
– Allen James Vinoy
Nov 8 at 12:42
add a comment |
This may help stackoverflow.com/q/26720968/2570277
– Nick
Nov 8 at 9:21
I referred to that. It is not working.
– Allen James Vinoy
Nov 8 at 10:18
what version of python are you running?
– Nick
Nov 8 at 11:09
The version is python 3.5
– Allen James Vinoy
Nov 8 at 12:42
This may help stackoverflow.com/q/26720968/2570277
– Nick
Nov 8 at 9:21
This may help stackoverflow.com/q/26720968/2570277
– Nick
Nov 8 at 9:21
I referred to that. It is not working.
– Allen James Vinoy
Nov 8 at 10:18
I referred to that. It is not working.
– Allen James Vinoy
Nov 8 at 10:18
what version of python are you running?
– Nick
Nov 8 at 11:09
what version of python are you running?
– Nick
Nov 8 at 11:09
The version is python 3.5
– Allen James Vinoy
Nov 8 at 12:42
The version is python 3.5
– Allen James Vinoy
Nov 8 at 12:42
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53203896%2fproblem-with-importing-image-from-pil-in-python%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
This may help stackoverflow.com/q/26720968/2570277
– Nick
Nov 8 at 9:21
I referred to that. It is not working.
– Allen James Vinoy
Nov 8 at 10:18
what version of python are you running?
– Nick
Nov 8 at 11:09
The version is python 3.5
– Allen James Vinoy
Nov 8 at 12:42