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

add dependency to Pygmentize #70

Closed
VladimirAlexiev opened this issue May 10, 2018 · 4 comments
Closed

add dependency to Pygmentize #70

VladimirAlexiev opened this issue May 10, 2018 · 4 comments

Comments

@VladimirAlexiev
Copy link

I guess Pygmentize is used to highlight the Turtle sources ("implementation" of each term).

2) Html: multi-page
Loading graph...
Building visualization...
Error: Pygmentize Failed (30 times)

Add such dependency, or at least describe in the README how to install it.

@VladimirAlexiev
Copy link
Author

I'm a complete python noob, so tried the first thing that came to mind but it failed

$  pip install pygmentize
Collecting pygmentize
  Could not find a version that satisfies the requirement pygmentize (from versions: )
No matching distribution found for pygmentize

$  pip install Pygmentize
Collecting Pygmentize
  Could not find a version that satisfies the requirement Pygmentize (from versions: )
No matching distribution found for Pygmentize

$ python -V
Python 3.5.1

@bejar
Copy link

bejar commented May 17, 2018

The dependence is for package Pygments, install it with:

$ pip install pygments

@lambdamusic
Copy link
Owner

Fixed as described in https://github.com/lambdamusic/Ontodocs/issues/17

@lambdamusic lambdamusic transferred this issue from lambdamusic/Ontodocs Dec 18, 2018
@niruvt
Copy link

niruvt commented Sep 19, 2019

Hello all!
I am having the same problem :(
I have installed pygments. I have version 2.2.0
I also have php version 7.2.9

My error also says
ERROR: No matching distribution found for pygmentize

Please help!!

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

No branches or pull requests

4 participants