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

Error with windows pip install #7

Open
libxx1 opened this issue May 10, 2021 · 2 comments
Open

Error with windows pip install #7

libxx1 opened this issue May 10, 2021 · 2 comments

Comments

@libxx1
Copy link
Contributor

libxx1 commented May 10, 2021

URL: /en/projects/amazing-image-identifier/1

Hey! When running on windows with a fresh install of python 3.9.3 and pip 21.0.1 the pip install -r requirements.txt will fail when installing kiwisolver. This was because wheel was not found. Installing wheel fixed it for me :)

@libxx1
Copy link
Contributor Author

libxx1 commented Jun 7, 2021

A couple more issues have come in for this project. @PhilipHarney can you take a look please and see if there are any problems with the project. Happy for you to close if all ok.

URL: /en/projects/amazing-image-identifier/2

Running into below issues:
XXX:~/amazing_image_identifier $ python3 project.py
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.7/tkinter/init.py", line 1705, in call
return self.func(*args)
File "/usr/lib/python3/dist-packages/guizero/PushButton.py", line 146, in _command_callback
self._command()
File "project.py", line 88, in update_picture
pic = app.select_file()
AttributeError: 'App' object has no attribute 'select_file'

URL: /en/projects/amazing-image-identifier/5

ImportError: load_weights requires h5py when loading weights from HDF5.
network.py, line 1252

@libxx1
Copy link
Contributor Author

libxx1 commented Jul 5, 2021

Hey @PhilipHarney can you have a look at these please. If this project is going to be replaced or if the issue will be fixed by the new changes can you close it. Ta.

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

No branches or pull requests

2 participants