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

py_with_libs errors #10

Open
3 of 4 tasks
czlucius opened this issue Sep 7, 2022 · 5 comments
Open
3 of 4 tasks

py_with_libs errors #10

czlucius opened this issue Sep 7, 2022 · 5 comments

Comments

@czlucius
Copy link
Owner

czlucius commented Sep 7, 2022

  • Comparing version numbers, check major larger or major eq and minor greater, or major and minor eq and patch greater
  • The exception text must be more detailed and specific.
  • Catch exceptions.
  • ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/html', url=URL('https://emkc.org/api/v2/piston/execute/')
@czlucius
Copy link
Owner Author

czlucius commented Sep 9, 2022

Use https://pypi.org/project/wheel-filename/ to parse the filename instead of querying wheelodex for faster performance

@czlucius
Copy link
Owner Author

czlucius commented Sep 10, 2022

Libraries

  • art - no response
  • bs4 - exec err
  • pycryptodome - ContentTypeError
  • requests/pyuac- fetching other libs from PyPI causes HTTP connection error
  • libraries with no whl - download from sdist

@czlucius
Copy link
Owner Author

czlucius commented Sep 11, 2022

Libs that work:

  • base45
  • py-expression-eval
  • shortuuid
  • thefuzz

(Non exhaustive)

@czlucius
Copy link
Owner Author

Support manylinux***... as python version is 3.10 (not the bash variant which is 3.7.3)

@czlucius
Copy link
Owner Author

After changing some things, here are the errors:
Version naming:
art: version number comes without patch portion, so it crashes
pyfiglet: non numeric version name

tflite-runtime:
ContentTypeError may be because of exceeded file size(TBC)

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