You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🙏
The text was updated successfully, but these errors were encountered:
Hey, thanks a lot for putting this together, it looks super cool.
I've cloned the repo, and tried a few things:
make
(built ajar
file but I don't know what to do next)./setup.py
- I get "permission denied"python setup.py
- gives me the following output:EDIT:
I've made further progress:
I've now run
python setup.py build
andpython 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 🙏The text was updated successfully, but these errors were encountered: