GithubHelp home page GithubHelp logo

qdata / textattack-webdemo Goto Github PK

View Code? Open in Web Editor NEW
5.0 4.0 4.0 117 KB

TextAttack Web Demo

License: Apache License 2.0

Python 12.55% CSS 9.01% JavaScript 4.16% HTML 14.22% Shell 0.04% Jupyter Notebook 60.01%
textattack human-computer-interaction natural-language-processing robustness visualization interpreter

textattack-webdemo's People

Contributors

jxmorris12 avatar qiyanjun avatar soukaryag avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

textattack-webdemo's Issues

Missing Dependencies

There are some missing dependencies in the requirements.txt:

  • Seaborn (required to run the web server via python manage.py runserver)
  • TextAttack itself (same command to reproduce. You also need to install cmake to have sentencepiece install correctly.)

Installation fails with "python setup.py egg_info" when

When installing the requirements via "pip install -r requirements.txt" after activating the venv, I get the below error.

I was able to fix it following the advice of https://stackoverflow.com/questions/35104097/how-to-install-psycopg2-with-pg-config-error, but it'd be handy if it worked "out of the box", e.g. if this could be added as a dependency.

Collecting psycopg2-binary==2.8.5
  Downloading psycopg2-binary-2.8.5.tar.gz (381 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 381.7/381.7 KB 9.3 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [23 lines of output]
      running egg_info
      creating /tmp/pip-pip-egg-info-vkrr4ivr/psycopg2_binary.egg-info
      writing /tmp/pip-pip-egg-info-vkrr4ivr/psycopg2_binary.egg-info/PKG-INFO
      writing dependency_links to /tmp/pip-pip-egg-info-vkrr4ivr/psycopg2_binary.egg-info/dependency_links.txt
      writing top-level names to /tmp/pip-pip-egg-info-vkrr4ivr/psycopg2_binary.egg-info/top_level.txt
      writing manifest file '/tmp/pip-pip-egg-info-vkrr4ivr/psycopg2_binary.egg-info/SOURCES.txt'
      Error: pg_config executable not found.
      pg_config is required to build psycopg2 from source.  Please add the directory
      containing pg_config to the $PATH or specify the full executable path with the
      option:
          python setup.py build_ext --pg-config /path/to/pg_config build ...
      or with the pg_config option in 'setup.cfg'.
      If you prefer to avoid building psycopg2 from source, please install the PyPI
      'psycopg2-binary' package instead.
      For further information please check the 'doc/src/install.rst' file (also at
      <https://www.psycopg.org/docs/install.html>).
      [end of output]
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

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.