Skip to content

Some bad modules... #21

Description

@peardox

OK, two of them are mine :)

Wrote a little checker you can find on https://github.com/peardox/PythonSink

Stuff that fails to import = keras + qt5
Stuff that won't install= tensorflow

The import issues are most likely naming problems (like Pillow wanting to be called PIL - easy to fix)

Tensorflow - that had a bad time installing - maybe a dependancy or something - the above repo showed me this...
ModuleNotFoundError: No module named 'termcolor'

The output of a quick module test looked like this...

boto3 imported OK as version 1.24.65
h5py imported OK as version 3.7.0
keras FAILED TO IMPORT
matplotlib imported OK as version 3.5.3
moviepy imported OK as version 1.0.3
nltk imported OK as version 3.7
numpy imported OK as version 1.21.6
onnxruntime imported OK as version 1.12.1
cv2 imported OK as version 4.6.0
cv2 imported OK as version 4.6.0
pandas imported OK as version 1.4.4
PIL imported OK as version 9.2.0
psutil imported OK as version 5.9.1
pyqt5 FAILED TO IMPORT
torch imported OK as version 1.12.1+cpu
torchvision imported OK as version 0.13.1+cpu
rembg imported OK as version 2.0.24
sklearn imported OK as version 1.1.2
scipy imported OK as version 1.7.3
tensorflow FAILED TO IMPORT
17 out of 20 succesful imports

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions