Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check pip requirements/dependencies #24

Open
howff opened this issue Aug 11, 2023 · 0 comments
Open

Check pip requirements/dependencies #24

howff opened this issue Aug 11, 2023 · 0 comments

Comments

@howff
Copy link
Collaborator

howff commented Aug 11, 2023

Had to use pip install --prefer-binary because Guneet's Windows PC had some odd configuration which meant that pip was pulling in packages marked as pre-release, which were source-code only (no compiled binary package available yet) and a lack of a Windows compiler meant the packages could not be installed.

Cannot use --only-binary=:all: because things like pytesseract are only source (which is fine, doesn't need to be compiled).

However Daniyal has reported dependency problems with things like matplotlib, see https://git.ecdf.ed.ac.uk/SMI/service/-/issues/137#note_157855

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant