SimpleCV2
SimpleCV2 copied to clipboard
README.markdown refers to wrong version
README.markdown install instructions refers to SimpleCV repo, not SimpleCV2.
Hey @memilanuk, Have you ever found a solution for this?
I want to install SimpleCV2 on my Raspberry Pi to be able to add the simplecv2-barcode package
Currently I get the error message:
sudo pip install https://github.com/sightmachine/simplecv2-barcode/zipball/master
Collecting https://github.com/sightmachine/simplecv2-barcode/zipball/master
Downloading https://github.com/sightmachine/simplecv2-barcode/zipball/master
/ 40kB 393kB/s
Collecting simplecv>=2.0 (from simplecv2-barcode==0.0.1)
**Could not find a version that satisfies the requirement simplecv>=2.0 (from simplecv2-barcode==0.0.1) (from versions: 0.9, 1.0, 1.1, 1.2, 1.3)
No matching distribution found for simplecv>=2.0 (from simplecv2-barcode==0.0.1**)
Anyone have a solution for this?
Thanks.