Git Product home page Git Product logo

Comments (9)

tomduck avatar tomduck commented on August 28, 2024 1

Hi @julianaus. I think I see the problem. You need to install pandoc-fignos as root. On a Mac that means using:

$ sudo pip install pandoc-fignos

To upgrade, use

$ sudo pip install --upgrade pandoc-fignos

You will need to enter your administrator password when asked. I will make the documentation more clear on this point.

Once pandoc-fignos is installed, you can test for it in Terminal as follows:

$ which pandoc-fignos
/Library/Frameworks/Python.framework/Versions/3.4/bin/pandoc-fignos

That's for my Mac; you will see something different. If which gives nothing, then there is a problem.

Please let me know if this works for you.

In answer to your other question: Yes, you can still run pandoc in Terminal. Once pandoc-fignos is installed, the language becomes irrelevant. It should just work.

from pandoc-fignos.

tomduck avatar tomduck commented on August 28, 2024 1

Fantastic! I added some text to make the install process a little clearer. Thanks very much for your feedback.

... and greetings from Halifax (Canada). :o)

Cheers,
Tom

from pandoc-fignos.

tomduck avatar tomduck commented on August 28, 2024

Hi @julianaus. I'm sure that we can sort this out. Can you please tell me what kind of system you are working on (Mac/Linux/Windows/etc) and how you installed the filter? Thanks, Tom.

from pandoc-fignos.

julianaus avatar julianaus commented on August 28, 2024

Hi @tomduck, thank you. I have a Mac and used the first installing option you proposed:

pip install pandoc-fignos 

Installing did not work immediately - I had to install Pip and change some folder rights, but in the end it worked. If run the install comand now, I get the following message:

ausse$ pip install pandoc-fignos
Requirement already satisfied: pandoc-fignos in /Library/Python/2.7/site-packages
Requirement already satisfied: pandoc-xnos>=0.7 in /Library/Python/2.7/site-packages (from pandoc-fignos)
Requirement already satisfied: pandocfilters in /Library/Python/2.7/site-packages (from pandoc-fignos)
Y Requirement already satisfied: pandoc-attributes in /Library/Python/2.7/site-packages (from pandoc-fignos)
Y Requirement already satisfied: psutil>=4.1.0 in /Library/Python/2.7/site-packages (from pandoc-xnos>=0.7->pandoc-fignos)

I assume I can still run pandoc in Terminal, right? Or do I have to use it in Python if I want to use pandoc-fignos?

from pandoc-fignos.

julianaus avatar julianaus commented on August 28, 2024

Amazing, @tomduck. It worked. Thank you very much for your help.

from pandoc-fignos.

julianaus avatar julianaus commented on August 28, 2024

Best regards from Vienna! Julian

from pandoc-fignos.

AlejoOdgers avatar AlejoOdgers commented on August 28, 2024

Hello! Sorry for my basic question too... I have the same problem, with a very similar message (just different versions) when i try to run the pip instal command again. The only difference is that I am in Windows. I looked for alternatives to the "$ sudo" command in windows, but what I tried didn't work, and I couldn't understand it very well... Sorry for asking something so basic.

Have a great day!

Alejo.

from pandoc-fignos.

RMPR avatar RMPR commented on August 28, 2024

You can try with python -m pip install pandoc-fignos this kind of conflicts generally arise when you have multiple versions of Python installed.

from pandoc-fignos.

CyrusYip avatar CyrusYip commented on August 28, 2024

Adding Python package directory to PATH solves this problem without installing pandoc-fignos globally.

Add this to .bashrc or .zshrc

export PATH="/home/your-user-name/.local/bin:$PATH"

from pandoc-fignos.

Related Issues (20)

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.