Closed nick-konovalchuk closed 2 years ago
Well, i've just created a new virtual environment with Python 3.8.10, ran pip install jina==3.3.11
and reproduced the bug
Everything I did above was from PyCharm. I've created a venv with terminal, installed jina and everything's fine. Should I close the issue?
I close the issue as mentioned here
Describe the bug Running Jina CLI results in no output, but the terminal is never released like it's running an infinite loop or waiting for a respose After reloading the PC I got
jina
through once with tens ofDeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead
. Next time I've run anything from CLI I once again got no output but the terminal is still not released for like 10-15 minutes Killing it with ctrl+C gives(if it's helpful at all):Jina CLI still works properly in another project, so there're some details on my system and python version
Environment Empty PyCharm project with
requirements.txt
: