Code Monkey home page Code Monkey logo

anki-typecheck's People

Contributors

arthur-milchior avatar dae avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

arthur-milchior

anki-typecheck's Issues

No module named 'ankirspy'

OS: macOS 10.14.4
Python: v3.7.5

I've created a virtual environment and installed the 2.1.20 wheels in this repo into it.

Then I try to import something, and get an exception:

Python 3.7.5 (default, Nov  1 2019, 02:16:32) 
[Clang 11.0.0 (clang-1100.0.33.8)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from anki import hooks
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/danielsabsay/git/anki_add_on_example/env/lib/python3.7/site-packages/anki/__init__.py", line 7, in <mo
dule>
    from anki.storage import Collection
  File "/Users/danielsabsay/git/anki_add_on_example/env/lib/python3.7/site-packages/anki/storage.py", line 10, in <mo
dule>
    from anki.collection import _Collection
  File "/Users/danielsabsay/git/anki_add_on_example/env/lib/python3.7/site-packages/anki/collection.py", line 17, in 
<module>
    import anki.latex  # sets up hook
  File "/Users/danielsabsay/git/anki_add_on_example/env/lib/python3.7/site-packages/anki/latex.py", line 16, in <modu
le>
    from anki.template import TemplateRenderContext, TemplateRenderOutput
  File "/Users/danielsabsay/git/anki_add_on_example/env/lib/python3.7/site-packages/anki/template.py", line 40, in <m
odule>
    from anki.rsbackend import TemplateReplacementList
  File "/Users/danielsabsay/git/anki_add_on_example/env/lib/python3.7/site-packages/anki/rsbackend.py", line 8, in <m
odule>
    import ankirspy  # pytype: disable=import-error
ModuleNotFoundError: No module named 'ankirspy'
>>> 

Have I forgotten to install something?

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.