GithubHelp home page GithubHelp logo

seq2seq's People

Contributors

aleksandrskrivickis avatar bond005 avatar nsu-ai-team avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

seq2seq's Issues

Проблема с установкой через pip

При установке через pip install вместо того чтобы автоматически устанавливать зависимости, установка прерывается по исключению.

Doesnt correctly install with setup.py in Python 3.6

That is because numpy>=1.18.5 may take numpy version of 1.20, which doesn't support Python 3.6.

install_requires=['h5py>=2.10.0', 'tensorflow>=2.2.1', 'numpy>=1.18.5', 'scikit-learn>=0.23.2',

Step 15/16 : RUN python setup.py install
 ---> Running in fa47147eb370
running install
running bdist_egg
running egg_info
creating seq2seq_lstm.egg-info
writing seq2seq_lstm.egg-info/PKG-INFO
writing dependency_links to seq2seq_lstm.egg-info/dependency_links.txt
writing requirements to seq2seq_lstm.egg-info/requires.txt
writing top-level names to seq2seq_lstm.egg-info/top_level.txt
writing manifest file 'seq2seq_lstm.egg-info/SOURCES.txt'
adding license file 'LICENSE' (matched pattern 'LICEN[CS]E*')
reading manifest file 'seq2seq_lstm.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'seq2seq_lstm.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/seq2seq_lstm
copying seq2seq_lstm/__init__.py -> build/lib/seq2seq_lstm
copying seq2seq_lstm/seq2seq_lstm.py -> build/lib/seq2seq_lstm
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/seq2seq_lstm
copying build/lib/seq2seq_lstm/__init__.py -> build/bdist.linux-x86_64/egg/seq2seq_lstm
copying build/lib/seq2seq_lstm/seq2seq_lstm.py -> build/bdist.linux-x86_64/egg/seq2seq_lstm
byte-compiling build/bdist.linux-x86_64/egg/seq2seq_lstm/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/seq2seq_lstm/seq2seq_lstm.py to seq2seq_lstm.cpython-36.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying seq2seq_lstm.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying seq2seq_lstm.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying seq2seq_lstm.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying seq2seq_lstm.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying seq2seq_lstm.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/seq2seq_lstm-0.1.6-py3.6.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing seq2seq_lstm-0.1.6-py3.6.egg
Copying seq2seq_lstm-0.1.6-py3.6.egg to /usr/local/lib/python3.6/site-packages
Adding seq2seq-lstm 0.1.6 to easy-install.pth file

Installed /usr/local/lib/python3.6/site-packages/seq2seq_lstm-0.1.6-py3.6.egg
Processing dependencies for seq2seq-lstm==0.1.6
Searching for tensorflow-addons>=0.11.2
Reading https://pypi.org/simple/tensorflow-addons/
Downloading https://files.pythonhosted.org/packages/3c/98/afac76e3ca59635d03270be578ea17d375017f3b85872139cf25eb660774/tensorflow_addons-0.13.0-cp36-cp36m-manylinux2010_x86_64.whl#sha256=eaa258923bbf48fcd3688177a9e1055f674854437c93ae461b1a166d08e06286
Best match: tensorflow-addons 0.13.0
Processing tensorflow_addons-0.13.0-cp36-cp36m-manylinux2010_x86_64.whl
Installing tensorflow_addons-0.13.0-cp36-cp36m-manylinux2010_x86_64.whl to /usr/local/lib/python3.6/site-packages
Adding tensorflow-addons 0.13.0 to easy-install.pth file

Installed /usr/local/lib/python3.6/site-packages/tensorflow_addons-0.13.0-py3.6-linux-x86_64.egg
Searching for scikit-learn>=0.23.2
Reading https://pypi.org/simple/scikit-learn/
Downloading https://files.pythonhosted.org/packages/f5/ef/bcd79e8d59250d6e8478eb1290dc6e05be42b3be8a86e3954146adbc171a/scikit_learn-0.24.2-cp36-cp36m-manylinux1_x86_64.whl#sha256=06ffdcaaf81e2a3b1b50c3ac6842cfb13df2d8b737d61f64643ed61da7389cde
Best match: scikit-learn 0.24.2
Processing scikit_learn-0.24.2-cp36-cp36m-manylinux1_x86_64.whl
Installing scikit_learn-0.24.2-cp36-cp36m-manylinux1_x86_64.whl to /usr/local/lib/python3.6/site-packages
Adding scikit-learn 0.24.2 to easy-install.pth file

Installed /usr/local/lib/python3.6/site-packages/scikit_learn-0.24.2-py3.6-linux-x86_64.egg
Searching for numpy>=1.18.5
Reading https://pypi.org/simple/numpy/
Downloading https://files.pythonhosted.org/packages/f3/1f/fe9459e39335e7d0e372b5e5dcd60f4381d3d1b42f0b9c8222102ff29ded/numpy-1.20.3.zip#sha256=e55185e51b18d788e49fe8305fd73ef4470596b33fc2c1ceb304566b99c71a69
Best match: numpy 1.20.3
Processing numpy-1.20.3.zip
Writing /tmp/easy_install-rzr_txcx/numpy-1.20.3/setup.cfg
Running numpy-1.20.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-rzr_txcx/numpy-1.20.3/egg-dist-tmp-q87koal1
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/setuptools/sandbox.py", line 152, in save_modules
    yield saved
  File "/usr/local/lib/python3.6/site-packages/setuptools/sandbox.py", line 193, in setup_context
    yield
  File "/usr/local/lib/python3.6/site-packages/setuptools/sandbox.py", line 254, in run_setup
    _execfile(setup_script, ns)
  File "/usr/local/lib/python3.6/site-packages/setuptools/sandbox.py", line 43, in _execfile
    exec(code, globals, locals)
  File "/tmp/easy_install-rzr_txcx/numpy-1.20.3/setup.py", line 30, in <module>

RuntimeError: Python version >= 3.7 required.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "setup.py", line 121, in <module>
    test_suite='tests'
  File "/usr/local/lib/python3.6/site-packages/setuptools/__init__.py", line 153, in setup
    return distutils.core.setup(**attrs)
  File "/usr/local/lib/python3.6/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/usr/local/lib/python3.6/distutils/dist.py", line 955, in run_commands
    self.run_command(cmd)
  File "/usr/local/lib/python3.6/distutils/dist.py", line 974, in run_command
    cmd_obj.run()
  File "/usr/local/lib/python3.6/site-packages/setuptools/command/install.py", line 67, in run
    self.do_egg_install()
  File "/usr/local/lib/python3.6/site-packages/setuptools/command/install.py", line 117, in do_egg_install
    cmd.run(show_deprecation=False)
  File "/usr/local/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 408, in run
    self.easy_install(spec, not self.no_deps)
  File "/usr/local/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 650, in easy_install
    return self.install_item(None, spec, tmpdir, deps, True)
  File "/usr/local/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 697, in install_item
    self.process_distribution(spec, dist, deps)
  File "/usr/local/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 745, in process_distribution
    [requirement], self.local_index, self.easy_install
  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 768, in resolve
    replace_conflicting=replace_conflicting
  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1051, in best_match
    return self.obtain(req, installer)
  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1063, in obtain
    return installer(requirement)
  File "/usr/local/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 669, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File "/usr/local/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 695, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File "/usr/local/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 890, in install_eggs
    return self.build_and_install(setup_script, setup_base)
  File "/usr/local/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 1162, in build_and_install
    self.run_setup(setup_script, setup_base, args)
  File "/usr/local/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 1146, in run_setup
    run_setup(setup_script, args)
  File "/usr/local/lib/python3.6/site-packages/setuptools/sandbox.py", line 257, in run_setup
    raise
  File "/usr/local/lib/python3.6/contextlib.py", line 99, in __exit__
    self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/setuptools/sandbox.py", line 193, in setup_context
    yield
  File "/usr/local/lib/python3.6/contextlib.py", line 99, in __exit__
    self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/setuptools/sandbox.py", line 164, in save_modules
    saved_exc.resume()
  File "/usr/local/lib/python3.6/site-packages/setuptools/sandbox.py", line 139, in resume
    raise exc.with_traceback(self._tb)
  File "/usr/local/lib/python3.6/site-packages/setuptools/sandbox.py", line 152, in save_modules
    yield saved
  File "/usr/local/lib/python3.6/site-packages/setuptools/sandbox.py", line 193, in setup_context
    yield
  File "/usr/local/lib/python3.6/site-packages/setuptools/sandbox.py", line 254, in run_setup
    _execfile(setup_script, ns)
  File "/usr/local/lib/python3.6/site-packages/setuptools/sandbox.py", line 43, in _execfile
    exec(code, globals, locals)
  File "/tmp/easy_install-rzr_txcx/numpy-1.20.3/setup.py", line 30, in <module>

RuntimeError: Python version >= 3.7 required.
The command '/bin/sh -c python setup.py install' returned a non-zero code: 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.