Skip to content

Commit

Permalink
update variable value
Browse files Browse the repository at this point in the history
  • Loading branch information
skvark committed Nov 27, 2018
1 parent 5136564 commit 2df4d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ environment:
secure: fXgF9uyy6sT0JoVOR7BoqA==

PASS:
secure: HHNjmjxQSvgSY9Zde0qh6A==
secure: 0bXSOVjf9x8L7nErTivu92TF1FwNosTjFJQPmxp8Dys=

matrix:
- PYTHON: "C:/Python27"
Expand Down

5 comments on commit 2df4d3a

@kamangir
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I receive an error message when I execute,
sudo pip install opencv-contrib-python
on a Raspberry Pi. Any chance the build is broken? Thank you! @skvark

@skvark
Copy link
Member Author

@skvark skvark commented on 2df4d3a Dec 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repository does not generate builds for Raspberry Pi (as explained in the README) and this is not the correct place to ask questions. The build is fine. Please specify the error message in depth and open an issue to https://github.com/bennuttall/piwheels.

@waveform80
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kamangir that's probably my fault - the builds for 3.4.4.19 are a bit late going up as I've got something to fix on piwheels first. Hoping to have them up tonight. In the meantime, if you're happy with 3.4.3.18 just specify "sudo pip install opencv-contrib-python==3.4.3.18" which will pull down the last build that's currently available.

@kamangir
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@waveform80 Thank you! I did what you suggested and received an error message Will post the message on https://github.com/bennuttall/piwheels and will mention you.

@waveform80
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kamangir seriously - open an issue over at piwheels; ben or I can help over there (your issue is a common one) - but commented on commits is just going to annoy devs

Please sign in to comment.