Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get started using this? #17

Open
samjewell opened this issue Nov 24, 2023 · 0 comments
Open

How to get started using this? #17

samjewell opened this issue Nov 24, 2023 · 0 comments

Comments

@samjewell
Copy link

Hey, thanks a lot for putting this together, it looks super cool.

I've cloned the repo, and tried a few things:

  • make (built a jar file but I don't know what to do next)
  • ./setup.py - I get "permission denied"
  • python setup.py - gives me the following output:
/Users/samjewell/fana/language_grammars/promformat/promformat/.env/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
WARNING: The wheel package is not available.
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: no commands supplied

EDIT:
I've made further progress:

I've now run python setup.py build and python setup.py install - I think I'm getting something. I think a TINY bit more in the project readme would have helped me get here faster though 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant