Git Product home page Git Product logo

Comments (6)

staticdev avatar staticdev commented on May 20, 2024 2

Besides the detail of the
/home/01677387637/anaconda3/lib/python3.5/site-packages/skvideo/init.py when I do print(skvideo.file). But now VideoCapture doesn't exist anymore:

import skvideo.io
cap = skvideo.io.VideoCapture(sys.argv[1])
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'skvideo.io' has no attribute 'VideoCapture'

from scikit-video.

beyondmetis avatar beyondmetis commented on May 20, 2024 1

Did you do this:

$ sudo pip uninstall scikit-video
$ sudo pip install sk-video

If you did, then the uninstall isn't working since the file "site-packages/skvideo/init.py" does not exist in the current scikit-video. As for the MKL errors, I'm not convinced they are related to scikit-video.

We do need to make the FAQ more python agnostic.

from scikit-video.

beyondmetis avatar beyondmetis commented on May 20, 2024

I know exactly what the problem is. Read "I installed scikit-video, but the API I installed does not match the website! How do I fix this?" on the FAQ here: http://www.scikit-video.org/stable/faq.html

After doing this, you will no longer have access to the VideoCapture API, since @aizvorski has not merged the old code-base yet. Good news is that you can checkout the current API on the scikit-video website.

from scikit-video.

staticdev avatar staticdev commented on May 20, 2024

After this instructions, now I get:
Intel MKL FATAL ERROR: Cannot load libmkl_avx.so or libmkl_def.so.

Also the FAQ should be updated.. this print command is deprecated, it needs parenthesis to work with Python 2 and 3. And it is not useful when you have Anaconda, because it doesn't show the version:
/home/01677387637/anaconda3/lib/python3.5/site-packages/skvideo/init.py

from scikit-video.

staticdev avatar staticdev commented on May 20, 2024

Yes, I did the pip uninstall and install. Maybe scikit-video is already coming bundled with Anaconda. I will investigate.

from scikit-video.

beyondmetis avatar beyondmetis commented on May 20, 2024

VideoCapture isn't actually part of scikit-video, thus you are seeing correct behavior with your Python 3 install.

from scikit-video.

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.