Skip to content

Unable to run the Player on Spyder and VSCode #96

Discussion options

You must be logged in to vote

Hello @rogergallart

Thanks for the detailed question. We will narrow down your issue until it works.

First, just to clarify, the last line (player.to_html5(start_time=0, stop_time=10)) is not needed. It's only needed for jupyter-based environments (such as the website) and provides only a non-interactive experience. This is the only line that requires ffmpeg, but since it's only useful for Jupyter, I decided to not require it as a dependency (I may revisit this choice someday).

Now, for your issue. Please start an IPython console in the terminal:

conda activate `whatever_environment_you_created`
ipython

then:

%matplotlib qt5
import kineticstoolkit.lab as ktk
markers = ktk.kinematics.read…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@rogergallart
Comment options

@felixchenier
Comment options

@rogergallart
Comment options

@felixchenier
Comment options

Answer selected by felixchenier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants