Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D DeepPavlov
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DeepPavlov
  • DeepPavlov
  • Merge requests
  • !771

NameError: name 'fastText' is not defined

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Andrei Glinskii requested to merge github/fork/vitalij23/master into master Mar 19, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: vitalij23

Linux debian 4.19.0-2-amd64 #1 SMP Debian 4.19.16-1 (2019-01-17) x86_64 GNU/Linux python

  • apt install libssl-dev libncurses5-dev libsqlite3-dev libreadline-dev libtk8.5 libgdm-dev libdb4o-cil-dev libpcap-dev wget https://www.python.org/ftp/python/3.6.8/Python-3.6.8rc1.tgz
  • tar -xvzf
  • cd Python-3.6.8
  • ./configure --enable-optimizations --with-ensurepip=install
  • make -j8
  • sudo make altinstall
  • python3.6
  • update-alternatives --install /usr/bin/python python /usr/bin/python3.6 1
  • update-alternatives --config python
  • python -m pip install --upgrade pip
  • git config --global http.proxy http://srv-proxy:8080
  • git clone https://github.com/deepmipt/DeepPavlov.git ver 1
  • pip3.6 install virtualenv --user
  • ~/.local/bin/virtualenv ENV
  • source ENV/bin/activate
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/vitalij23/master