Only consider piwheels in Pipfile
Including both piwheels and pypi in Pipfile caused hash mismatches, which caused installation to fail. I've removed pypi, but this may break installation on other platforms. I may need to duplicate Pipfile and Pipfile.lock, one for Pi and one for non-Pi platforms. I can confim this commit installed successfully on a Pi.
This commit is contained in:
parent
12fd9a5f4a
commit
fdafeca446
2 changed files with 115 additions and 195 deletions
5
Pipfile
5
Pipfile
|
|
@ -1,8 +1,3 @@
|
|||
[[source]]
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[[source]]
|
||||
url = "https://www.piwheels.org/simple"
|
||||
verify_ssl = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue