-
Notifications
You must be signed in to change notification settings - Fork 686
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 in installing module #12
Comments
install tensorflow using pip install |
(base) C:\Users\ACER-LAPTOP>cd C:\Users\ACER-LAPTOP\Desktop\Face-Mask-Detection-master (base) C:\Users\ACER-LAPTOP\Desktop\Face-Mask-Detection-master>pip install -r requirements.txt
WARNING: Discarding https://files.pythonhosted.org/packages/84/1e/ff467ac56bfeaea51d4a2e72d315c1fe440b20192fea7e460f0f248acac8/numpy-1.18.2.zip#sha256=e7894793e6e8540dbeac77c87b489e331947813511108ae097f1715c018b8f3d (from https://pypi.org/simple/numpy/) (requires-python:>=3.5). Command errored out with exit status 1: 'C:\Users\ACER-LAPTOP\anaconda3\python.exe' 'C:\Users\ACER-LAPTOP\anaconda3\lib\site-packages\pip_vendor\pep517\in_process_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\ACER-L~1\AppData\Local\Temp\tmpus6oquzo' Check the logs for full command output. |
File "/Users/suhasj/Documents/GitHub/Face-Mask-Detection/detect_mask_video.py", line 2, in
from tensorflow.keras.applications.mobilenet_v2 import preprocess_input
ModuleNotFoundError: No module named 'tensorflow'
(base) suhasj@suhass-MacBook-Air Face-Mask-Detection %
The text was updated successfully, but these errors were encountered: