Giter Site home page Giter Site logo

agora's People

Contributors

ajhalili2006 avatar bmann avatar boehs avatar bouncepaw avatar codegod100 avatar flancian avatar hackervera avatar j0lms avatar jayu-eleutheria avatar jlcolbert avatar khinsen avatar volt4ire avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

agora's Issues

@ryan's garden is not being updated

Ryan has recently switched to using ox-agora as an intermediary to export org to Agora-compatible .md, and his garden now contains .md files with sensible filenames.

image

However Agora doesn't seem to be picking up these updates, and still only contains the old .org files. Any ideas why?

image

"invalid command 'bdist_wheel'" when building requirements for agora-server

This project looks awesome.

To build it, I'm using an environment I defined specifically for Agora by this Dockerfile. I start a container from that image, then enter it as root to create the wheel group, and to add appuser to sudo and wheel:

groupadd -r wheel
usermod -a -G wheel appuser
usermod -a -G sudo appuser

(I would fold those commands into the Dockerfile, but my attempts to build it that way are rejected with the following message.)

groupadd: Permission denied.
groupadd: cannot lock /etc/group; try again later.`

Then enter the same container as appuser, and try the following:

cd ~/agora-server
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
./run-dev.sh

The pip3 install step gives me these errors:

Building wheels for collected packages: Flask-Markdown, org-python, python-Levenshtein, sgmllib3k, unicode-slugify, uWSGI
  Running setup.py bdist_wheel for Flask-Markdown ... error
  Complete output from command /home/appuser/agora-server/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-5r8b2lgm/Flask-Markdown/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(c
ompile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-hd9hgv8l --python-tag cp37:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for Flask-Markdown
  Running setup.py clean for Flask-Markdown
  Running setup.py bdist_wheel for org-python ... error
  Complete output from command /home/appuser/agora-server/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-5r8b2lgm/org-python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compi
le(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-ynj7ra06 --python-tag cp37:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for org-python
  Running setup.py clean for org-python
  Running setup.py bdist_wheel for python-Levenshtein ... error
  Complete output from command /home/appuser/agora-server/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-5r8b2lgm/python-Levenshtein/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();ex
ec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-s0hhb0_c --python-tag cp37:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for python-Levenshtein
  Running setup.py clean for python-Levenshtein
  Running setup.py bdist_wheel for sgmllib3k ... error
  Complete output from command /home/appuser/agora-server/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-5r8b2lgm/sgmllib3k/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compil
e(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-dam7ohc_ --python-tag cp37:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for sgmllib3k
  Running setup.py clean for sgmllib3k
  Running setup.py bdist_wheel for unicode-slugify ... error
  Complete output from command /home/appuser/agora-server/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-5r8b2lgm/unicode-slugify/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(
compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-hnsm139i --python-tag cp37:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for unicode-slugify
  Running setup.py clean for unicode-slugify
  Running setup.py bdist_wheel for uWSGI ... error
  Complete output from command /home/appuser/agora-server/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-5r8b2lgm/uWSGI/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(co
de, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-evqgw8p2 --python-tag cp37:
  /usr/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'descriptions'
    warnings.warn(msg)
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for uWSGI
  Running setup.py clean for uWSGI
Failed to build Flask-Markdown org-python python-Levenshtein sgmllib3k unicode-slugify uWSGI
Installing collected packages: six, webencodings, pyparsing, packaging, bleach, cachetools, click, pytz, tzlocal, python-dateutil, regex, dateparser, sgmllib3k, feedparser, filetype, Werkzeug, MarkupSafe, Jinja2, itsdangerous, Flask, Flask-Caching, Flask-Cors, zipp,
importlib-metadata, Markdown, Flask-Markdown, WTForms, Flask-WTF, fuzzywuzzy, isodate, parso, jedi, typish, jsons, lxml, marko, mdx-truly-sane-lists, org-python, pylibmc, python-Levenshtein, PyYAML, rdflib, redis, text-unidecode, Unidecode, unicode-slugify, uWSGI
  Running setup.py install for sgmllib3k ... done
  Running setup.py install for Flask-Markdown ... done
  Running setup.py install for org-python ... done
  Running setup.py install for python-Levenshtein ... done
  Running setup.py install for unicode-slugify ... done
  Running setup.py install for uWSGI ... done
Successfully installed Flask-1.1.2 Flask-Caching-1.10.0 Flask-Cors-3.0.10 Flask-Markdown-0.3 Flask-WTF-0.14.3 Jinja2-2.11.2 Markdown-3.3.3 MarkupSafe-1.1.1 PyYAML-5.4.1 Unidecode-1.1.2 WTForms-2.3.3 Werkzeug-1.0.1 bleach-3.2.1 cachetools-4.2.0 click-7.1.2 dateparser-
1.0.0 feedparser-6.0.2 filetype-1.0.7 fuzzywuzzy-0.18.0 importlib-metadata-2.0.0 isodate-0.6.0 itsdangerous-1.1.0 jedi-0.17.2 jsons-1.4.0 lxml-4.6.2 marko-0.9.1 mdx-truly-sane-lists-1.2 org-python-0.3.2 packaging-20.4 parso-0.7.1 pylibmc-1.6.1 pyparsing-2.4.7 python-
Levenshtein-0.12.0 python-dateutil-2.8.1 pytz-2020.4 rdflib-5.0.0 redis-3.5.3 regex-2020.11.13 sgmllib3k-1.0.0 six-1.15.0 text-unidecode-1.3 typish-1.9.1 tzlocal-2.1 uWSGI-2.0.19.1 unicode-slugify-0.1.3 webencodings-0.5.1 zipp-3.4.0

After that, ./run-dev.sh gives me the following errors, but I'm hoping they're a symptom of the above bdist_wheel problem:

npm WARN [email protected] No description
npm WARN [email protected] No repository field.
audited 23 packages in 1.188s

1 package is looking for funding
  run `npm fund` for details

found 1 moderate severity vulnerability
  run `npm audit fix` to fix them, or `npm audit` for details

๐Ÿšจ  /home/appuser/.npm/_npx/142/lib/node_modules/parcel-bundler/node_modules/process/browser.js: ENOENT: no such file or directory, open '/home/appuser/.npm/_npx/142/lib/node_modules/parcel-bundler/node_modules/process/browser.js'
Error: ENOENT: no such file or directory, open '/home/appuser/.npm/_npx/142/lib/node_modules/parcel-bundler/node_modules/process/browser.js'
 * Serving Flask app "app" (lazy loading)
 * Environment: development
 * Debug mode: on
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 671-437-713
2021-06-20 13:23:45,010 DEBUG rdflib Thread-1 : RDFLib Version: 5.0.0
2021-06-20 13:23:45,192 DEBUG rdflib Thread-1 : RDFLib Version: 5.0.0

congratullations

I'm not an native english speaker, so it is hard for me to write in it. I'll try my best.
I discovered this project some months ago but I didn't really had the time until now to read about it and explore some of your nodes. I'm impressed: this is the way I imagine rizomatic thoughts could be represented in notetaking. Your project have a lot of potential if it could get to hands of a investigativa and militant community.

Hasta la victoria, camarada.

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.