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

how solve this error #1

Open
johnfelipe opened this issue Jan 11, 2022 · 1 comment
Open

how solve this error #1

johnfelipe opened this issue Jan 11, 2022 · 1 comment

Comments

@johnfelipe
Copy link

cd Brain-Tumor-Classification/
nano requirements.txt
##
Tensorflow
Keras
Sklearn
Imutils
Matplotlib
Numpy
argparse
pickle
cv2
os
streamlit
##
pip install -r requirements.txt

show this

Requirement already satisfied: Tensorflow in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 1)) (2.3.1)
Requirement already satisfied: Keras in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 2)) (2.4.3)
Requirement already satisfied: Sklearn in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 3)) (0.0)
Collecting Imutils
  Downloading imutils-0.5.4.tar.gz (17 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: Matplotlib in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 5)) (3.3.2)
Requirement already satisfied: Numpy in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 6)) (1.18.5)
Collecting argparse
  Downloading argparse-1.4.0-py2.py3-none-any.whl (23 kB)
ERROR: Could not find a version that satisfies the requirement pickle (from versions: none)
ERROR: No matching distribution found for pickle

how solve?

@Ellie190
Copy link
Owner

The libraries should be installed individually (you can ignore the requirements txt way). If you getting an error message with pickle, first try testing if you already have it with: import pickle.

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

No branches or pull requests

2 participants