Dragonfire icon indicating copy to clipboard operation
Dragonfire copied to clipboard

Not work install ubuntu 19 Dragonfire 1.0.3

Open genikineg opened this issue 4 years ago • 6 comments

Installation is interrupted:

Collecting wikipedia==1.4.0 Using cached https://files.pythonhosted.org/packages/67/35/25e68fbc99e672127cc6fbb14b8ec1ba3dfef035bf1e4c90f78f24a80b7d/wikipedia-1.4.0.tar.gz Collecting PyUserInput==0.1.11 Using cached https://files.pythonhosted.org/packages/d0/09/17fe0b16c7eeb52d6c14e904596ddde82503aeee268330120b595bf22d7b/PyUserInput-0.1.11.tar.gz Collecting tinydb==3.9.0.post1 Using cached https://files.pythonhosted.org/packages/bc/0e/a177660a4c334d2c67237f98f41585ebb0b6dcd69c0197f3f3a0d3f91573/tinydb-3.9.0.post1-py2.py3-none-any.whl Collecting youtube_dl Using cached https://files.pythonhosted.org/packages/67/99/977114c1c11cb3afdcc685f166ce844d052baae3ba7aa5d9f26da140c409/youtube_dl-2019.11.22-py2.py3-none-any.whl Collecting spacy==2.0.13 Using cached https://files.pythonhosted.org/packages/05/39/03dfd0164c884f8a0250605cf64edf55d9ac8315c3c345453780a7dae7d8/spacy-2.0.13-cp37-cp37m-manylinux1_x86_64.whl Collecting pyowm==2.9.0 Using cached https://files.pythonhosted.org/packages/28/ce/a2d6db7f6c6073e677a53e13c155d9faf1d9a6ef12f3b2c2db188552ab91/pyowm-2.9.0-py3-none-any.whl Collecting tensorflow==1.0.0 Could not find a version that satisfies the requirement tensorflow==1.0.0 (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1) No matching distribution found for tensorflow==1.0.0

genikineg avatar Nov 27 '19 03:11 genikineg

@genikineg I'm currently upgrading TensorFlow version from 1.0.0 to 1.14.0 https://github.com/DragonComputer/Dragonfire/commit/b5144bcabb325c452bfd46c48c4b4b21de5c1a50

Please try sudo ./install.sh

mertyildiran avatar Nov 27 '19 17:11 mertyildiran

@genikineg I'm currently upgrading TensorFlow version from 1.0.0 to 1.14.0 b5144bc

Please try sudo ./install.sh

Yes, I run sudo ./install.sh and I get an error

Collecting wikipedia==1.4.0 Using cached https://files.pythonhosted.org/packages/67/35/25e68fbc99e672127cc6fbb14b8ec1ba3dfef035bf1e4c90f78f24a80b7d/wikipedia-1.4.0.tar.gz Collecting PyUserInput==0.1.11 Using cached https://files.pythonhosted.org/packages/d0/09/17fe0b16c7eeb52d6c14e904596ddde82503aeee268330120b595bf22d7b/PyUserInput-0.1.11.tar.gz Collecting tinydb==3.9.0.post1 Using cached https://files.pythonhosted.org/packages/bc/0e/a177660a4c334d2c67237f98f41585ebb0b6dcd69c0197f3f3a0d3f91573/tinydb-3.9.0.post1-py2.py3-none-any.whl Collecting youtube_dl Using cached https://files.pythonhosted.org/packages/67/99/977114c1c11cb3afdcc685f166ce844d052baae3ba7aa5d9f26da140c409/youtube_dl-2019.11.22-py2.py3-none-any.whl Collecting spacy==2.0.13 Using cached https://files.pythonhosted.org/packages/05/39/03dfd0164c884f8a0250605cf64edf55d9ac8315c3c345453780a7dae7d8/spacy-2.0.13-cp37-cp37m-manylinux1_x86_64.whl Collecting pyowm==2.9.0 Using cached https://files.pythonhosted.org/packages/28/ce/a2d6db7f6c6073e677a53e13c155d9faf1d9a6ef12f3b2c2db188552ab91/pyowm-2.9.0-py3-none-any.whl Collecting tensorflow==1.0.0 Could not find a version that satisfies the requirement tensorflow==1.0.0 (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1) No matching distribution found for tensorflow==1.0.0

genikineg avatar Nov 28 '19 04:11 genikineg

Work! need clone git!

genikineg avatar Nov 28 '19 05:11 genikineg

Building wheels for collected packages: en-coref-sm Running setup.py bdist_wheel for en-coref-sm ... done Stored in directory: /root/.cache/pip/wheels/f2/f2/e0/2958eceb8ab3381bdc219bf8ba6213265df8bab8f145963a14 Successfully built en-coref-sm Installing collected packages: en-coref-sm Successfully installed en-coref-sm-3.0.0 [nltk_data] Downloading package names to /root/nltk_data... [nltk_data] Unzipping corpora/names.zip. [nltk_data] Downloading package brown to /root/nltk_data... [nltk_data] Unzipping corpora/brown.zip. [nltk_data] Downloading package wordnet to /root/nltk_data... [nltk_data] Unzipping corpora/wordnet.zip. [nltk_data] Downloading package punkt to /root/nltk_data... [nltk_data] Unzipping tokenizers/punkt.zip.

Dragonfire is successfully installed to your computer.

genikineg avatar Nov 28 '19 05:11 genikineg

$ dragonfire -h Invalid instruction (memory stack flushed to disk)

genikineg avatar Nov 28 '19 05:11 genikineg

@genikineg I have published a new release now.

Please try to install the new .deb package: dragonfire_1.0.4_amd64.deb

or

git fetch --all
git checkout v1.0.4
make install

mertyildiran avatar Nov 29 '19 00:11 mertyildiran