-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Too many requirements + Other #1
Comments
thank you for opening a issue |
I would look into the requirements and the issue what you have said and I would update it. |
@shreesha345 It seems like you have a few files in a location that isn't accessible through the program. Are they supposed to be added? These include the following:
|
I have done some Mistake in the path I feel |
I am still a beginner in python programming so I would appreciate if you could help me to fix these |
Sorry for the delay, but are the rest of the files listed above in any way related to the program? |
Yes it is uses but you just replace it with these: |
I think you should upload those files to the repo then. |
@dieperdev if you try running this it might fix it. |
Requirements issue:
Your
requirements.txt
file looks like it has a lot of requirements that aren’t necessary for the project. I’ve looked through all the files and I can confirm there isn’t 200 lines of imports. You may want to check the dependencies again.Other thoughts:
os.system
statements inmain.py
, you could import the functions and use the code that would be run there.__pycache__
folder in your.gitignore
file.README
file into a separate folder to prevent confusion. Otherwise place these files in your.gitignore
too.The text was updated successfully, but these errors were encountered: