You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to install on my RaspberryPi OS but it fails with
Collecting git+https://github.com/vmassuchetto/shotwell-web-client.git
Cloning https://github.com/vmassuchetto/shotwell-web-client.git to /tmp/pip-v3c20wed-build
Complete output from command python setup.py egg_info:
No local packages or working download links found for Werkzeug==0.12.1
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-v3c20wed-build/setup.py", line 49, in <module>
'Topic :: Multimedia :: Video :: Display'
File "/usr/lib/python3.5/distutils/core.py", line 108, in setup
_setup_distribution = dist = klass(attrs)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 317, in __init__
self.fetch_build_eggs(attrs['setup_requires'])
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 372, in fetch_build_eggs
replace_conflicting=True,
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 846, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1118, in best_match
return self.obtain(req, installer)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1130, in obtain
return installer(requirement)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 440, in fetch_build_egg
return cmd.easy_install(req)
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 693, in easy_install
raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('Werkzeug==0.12.1')
I wasn't able to figure out why, maybe you can help.
The text was updated successfully, but these errors were encountered:
Hi,
The tool looks very interesting.
I've tried to install on my RaspberryPi OS but it fails with
I wasn't able to figure out why, maybe you can help.
The text was updated successfully, but these errors were encountered: