Thomasbehan / LesNet

LesNet (Lesion Net) is an open-source project for AI-based skin lesion detection. It aims to create a reliable tool and foster community involvement in critical AI problems. Contributions are welcome!
Mozilla Public License 2.0
12 stars 2 forks source link

ModuleNotFoundError: No module named 'albumentations' #10

Closed JoaoMosmann closed 1 year ago

JoaoMosmann commented 1 year ago

Describe the bug Following the Running the Application without Docker steps, while trying to run the application, I'm presented with the error ModuleNotFoundError: No module named 'albumentations'

To Reproduce Steps to reproduce the behavior:

  1. Follow the Running the Application without Docker steps
  2. By the end, run env/bin/pserve development.ini

Expected behavior Application should run

Desktop (please complete the following information):

Thomasbehan commented 1 year ago

Hey Joao, Check out the PR I submitted I think it should fix the issue you're getting. Let me know if it fixes it for you.

Thomasbehan commented 1 year ago

Hey @JoaoMosmann this issue auto closed with the merge just wanted to check if the issue is solved for Macs with apple silicon if not let me know 🙂

JoaoMosmann commented 1 year ago

Haven't had the time to build tensorflow from source.

I've tried going the Docker path, but I'm getting the following error

#0 35.57 Installed /usr/local/lib/python3.9/dist-packages/Markdown-3.4.3-py3.9.egg
#0 35.57 Searching for grpcio>=1.48.2
#0 35.57 Reading https://pypi.org/simple/grpcio/
#0 37.75 Downloading https://files.pythonhosted.org/packages/ef/e4/5c717f3c6c65b7c5ff2542ca25d6c2ce0f99d9ee9119620c6e2325a6da79/grpcio-1.54.0.tar.gz#sha256=eb0807323572642ab73fd86fe53d88d843ce617dd1ddf430351ad0759809a0ae
#0 38.87 Best match: grpcio 1.54.0
#0 38.87 Processing grpcio-1.54.0.tar.gz
#0 39.49 Writing /tmp/easy_install-bmipv3mm/grpcio-1.54.0/setup.cfg
#0 39.49 Running grpcio-1.54.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-bmipv3mm/grpcio-1.54.0/egg-dist-tmp-tcoxvgkr
#0 39.60 error: [Errno 2] No such file or directory: 'c++'

This weekend I'll try running it on my Windows/Nvidia envinronment.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.