eXceediDeaL / edl-coderunner

A CLI tool to run code.
Apache License 2.0
1 stars 0 forks source link

Module "pygments" requires but the package doesn't contain it #1

Closed StardustDL closed 5 years ago

StardustDL commented 5 years ago

When install with pip, ecr will raise ImportError for "pygments" not found.

BTW, add installing and running test for next version? Because in this version, the tests are not runnable.

eXceediDeaL commented 5 years ago

Fixed the bug "no module pygments".

Because it use prompt_toolkit, using pytest will raise some error, so it use shellscript to test installing and using. There will be more tests in the future.