WolframResearch / WolframLanguageForJupyter

Wolfram Language kernel for Jupyter notebooks
MIT License
1.03k stars 124 forks source link

Issues with Images and PIL #12

Closed msollami closed 5 years ago

msollami commented 5 years ago

I was running the basic examples in the documentation and hit this error:

~/anaconda3/envs/fastai/lib/python3.6/site-packages/wolframclient/serializers/normalizer/pil.py in <module>()
      4 
      5 from wolframclient.utils import six
----> 6 from wolframclient.utils.api import PIL
      7 
      8 

ImportError: cannot import name 'PIL'

Clipboard - April 23, 2019 2_01 PM (1)

cc-wr commented 5 years ago

This issue is not relevant to this project.

Please create a new issue at WolframResearch/WolframClientForPython (see https://github.com/WolframResearch/WolframClientForPython).

bacanua commented 5 years ago

This shouldn't be closed - it's obviously a limitation of both projects, please don't be so dismissive!

cc-wr commented 5 years ago

@bacanua, it was not my intention to be dismissive. I am sorry for that impression.

The purpose of this project is to allow for the evaluation of Wolfram Language commands, in their native syntax, in Jupyter. The purpose of WolframResearch/WolframClientForPython is to integrate Wolfram Language functionality into Python, which can then of course be run in Jupyter as Python.

I thought the difference was significant enough to warrant closing this issue, and asking the original poster to reopen it in WolframResearch/WolframClientForPython.