Giter VIP home page Giter VIP logo

Comments (2)

rocky avatar rocky commented on June 24, 2024 1

In short this is a bit too vague for me to know if there is a bug or more likely a mistake on your part or misunderstanding in how things are supposed to work.

rms gave a some advice long long time ago that is wish many people would get into the habit of when reporting a problem.

*I can't find where but it was probably in an old Emacs manual),

He said that you should give not just an error message you encountered e.g. "Command not found", but also the input or command you ran leading up to that input.

It is easier to ignore information that isn't need than to fill in or guess what crucial piece of information is missing.

That said, from what is shown above, I would imagine you are not familiar with Python and how to install python packages.

Here is an example of what I tried and what worked for me

$ pyenv local 3.8.13
$ pip install -e .
Obtaining file:///tmp/rocky/FoxySheep2
  Preparing metadata (setup.py) ... done
Collecting antlr4-python3-runtime<4.8,>=4.7
  Downloading antlr4-python3-runtime-4.7.2.tar.gz (112 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.3/112.3 KB 4.8 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Requirement already satisfied: click>=7.1.2 in /home/rocky/.pyenv/versions/3.8.13/lib/python3.8/site-packages (from FoxySheep==1.2.3) (8.0.4)
Collecting astor
  Downloading astor-0.8.1-py2.py3-none-any.whl (27 kB)
Requirement already satisfied: PyYAML in /home/rocky/.pyenv/versions/3.8.13/lib/python3.8/site-packages (from FoxySheep==1.2.3) (6.0)
Collecting astpretty
  Using cached astpretty-2.1.0-py2.py3-none-any.whl (5.3 kB)
Building wheels for collected packages: antlr4-python3-runtime
  Building wheel for antlr4-python3-runtime (setup.py) ... done
  Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.7.2-py3-none-any.whl size=140950 sha256=8fb30691f9336b8a982a5a9ac2a376322487c8b2f5dc88488a0370ede6f2d6a5
  Stored in directory: /home/rocky/.cache/pip/wheels/63/93/52/480c17789fbf685f5d0e33e83c311f4a844cd6e2f5cf036c03
Successfully built antlr4-python3-runtime
Installing collected packages: antlr4-python3-runtime, astpretty, astor, FoxySheep
  Running setup.py develop for FoxySheep
Successfully installed FoxySheep-1.2.3 antlr4-python3-runtime-4.7.2 astor-0.8.1 astpretty-2.1.0
$ foxy-sheep --help
Usage: foxy-sheep [OPTIONS]

Options:
  --repl / --no-repl              Go into REPL
  -t, --tree [full|compact]       show parse tree(s) created
  -i, --input-style [inputform|fullform]
  -o, --output-style [python|sympy|numpy|scipy|fullform]
  -d, --debug                     Show extra debugging information
  -s, --session / --no-session    In REPL, evaluate the translation and in
                                  REPL session
  -f, --file PATH                 file of Mathematica expressions
  -e, --expr TEXT                 translate *expr*
  --version                       Show the version and exit.
  --help                          Show this message and exit.

See if you can come up with something comparable.

from foxysheep2.

ArbitRandomUser avatar ArbitRandomUser commented on June 24, 2024

i'm sorry , yes i should have been more clear with my problem.
i was running
pip install foxysheep
and then running
foxysheep on a new terminal. Which was causing the errors that i had mentioned earlier.

What you prescribed in your comment worked, thanks

from foxysheep2.

Related Issues (3)

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.