Thank you Andrey. I quickly tested NLTK, there is a module called tkinter
(used for some tasks with NLTK) missing according to this error message "

ModuleNotFoundError: No module named '_tkinter'".

tkinter (for Python 3, and Tkinter for Python 2) is a standard GUI
library for Python.

I'm not sure if it can be installed using pip, but for Python 3, it
can be installed via the command
(change the command appropriately depending on the type of the Linux server):

sudo apt-get install python3-tk

There are a number of suggestions here:
https://askubuntu.com/questions/1224230/how-to-install-tkinter-for-python-3-8


Kind regards,

Elimboto


On Tue, Jan 12, 2021 at 12:07 AM Andrey Novoseltsev <[email protected]>
wrote:

> NLTK is installed!
>
> On Sunday, 10 January 2021 at 23:56:49 UTC-7 [email protected] wrote:
>
>> Thank you, Andrey, tested NBODYKIT, works well so far.
>>
>> I also find it is worth installing NLTK: http://www.nltk.org/install.html
>>
>> Kind regards
>>
>> Elimboto
>>
>>
>>
>> On Mon, Jan 11, 2021 at 4:53 AM Andrey Novoseltsev <[email protected]>
>> wrote:
>>
>>> Done!
>>>
>>> On Sunday, 3 January 2021 at 09:22:00 UTC-7 [email protected] wrote:
>>>
>>>> Hi Andrey,
>>>>
>>>> I was testing nbodykit, so
>>>>
>>>> from nbodykit.lab import *
>>>>
>>>> I got the error message
>>>>
>>>> "ImportError: No module named 'tlz'
>>>>
>>>> Dask array requirements are not installed.
>>>>
>>>> Please either conda or pip install as follows:
>>>>
>>>>   conda install dask                 # either conda install
>>>>   python -m pip install "dask[array]" --upgrade  # or python -m pip 
>>>> install"
>>>>
>>>> Hope you can check this.
>>>>
>>>> Kind regards,
>>>>
>>>> Elimboto
>>>>
>>>> --
>>>
>> You received this message because you are subscribed to the Google Groups
>>> "sage-cell" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/sage-cell/05574b97-c026-4f66-b9f0-c8884b2583e6n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/sage-cell/05574b97-c026-4f66-b9f0-c8884b2583e6n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "sage-cell" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-cell/57cb7e4c-1f0f-487f-a0ee-fb1a978307e6n%40googlegroups.com
> <https://groups.google.com/d/msgid/sage-cell/57cb7e4c-1f0f-487f-a0ee-fb1a978307e6n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-cell" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-cell/CACEZTmtBHmPTtF8_94bwafjwVi7cvm%2B8kDt3Zj0f6q77M-7RGw%40mail.gmail.com.

Reply via email to