arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.

Home Page:http://arunponnusamy.com/cvlib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This module is officially broken now with any of the latest python versions, eg python version higher than 3.9

starkapandan opened this issue · comments

when you import cvlib, you get following exception:

Exception has occurred: ImportError
cannot import name 'formatargspec' from 'inspect' (...\scoop\apps\python\current\Lib\inspect.py)
File ".......py", line 5, in
import cvlib as cv
ImportError: cannot import name 'formatargspec' from 'inspect' (...\scoop\apps\python\current\Lib\inspect.py)"

The whole webpage is down aswell, seems like this project is abandoned?

I'm having the same issue any idea of how to fix it?