I am facing issues in creating webapp using code in flask app . Any solution how to remove it?
I am facing issues in creating webapp using code in flask app . Any solution how to remove it?
Do you need to install the resizeimage module? https://help.pythonanywhere.com/pages/InstallingNewModules
Tried installing the module but its not working
$ pip3.5 install --user resizeimage Collecting resizeimage Could not find a version that satisfies the requirement resizeimage (from versions: ) No matching distribution found for resizeimage
It looks like you need to run
pip3.5 install --user python-resize-image
A tip -- I found that by googling "pypi resizeimage" -- that's normally a good way of finding the package name that you need to use with pip.
still not able to install this module
What error message do you get, if any?