Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added requirements.txt #31

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

Closed

Conversation

@Akshata-Gunapache
Copy link
Contributor

@Akshata-Gunapache Akshata-Gunapache commented Mar 2, 2022

Added a requirements.txt file listing all the libraries, modules, and packages in itself that are used while developing the project.

Copy link
Contributor Author

@Umesh-01 I have created a pull request on this issue. I request you to merge my PR.🙏



if _name_ == '_main_':
if __name__ == '__main__':
Copy link
Contributor

@anandxkumar anandxkumar Mar 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch 👍

Copy link
Contributor Author

@Akshata-Gunapache Akshata-Gunapache Mar 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank You🙏

requirements.txt Outdated
pipwin==0.5.1
platformdirs==2.4.1
poetpy==1.1.1
PyAudio @ file:///C:/Users/User/Downloads/PyAudio-0.2.11-cp39-cp39-win_amd64.whl
Copy link
Contributor

@anandxkumar anandxkumar Mar 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't exist as it points to your local folder, and would cause issues on other systems, replace it with PyAudio and its version and check whether it's installing on your system in a different environment using pip install -r requirements.txt.

Copy link
Contributor Author

@Akshata-Gunapache Akshata-Gunapache Mar 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have tried to make the desired changes . Could you please review it now?

Copy link
Contributor

@Akshata-Gunapache delete the __pycache__ folder in your local system. Also, follow the Readme.MD to pull the latest repo and fix the merge conflict by overwriting your code over the conflicted part, would be good practice for you.

Copy link
Contributor

Don't add the virtualenv folder, it is not required. Also pull the latest main branch of umesh-01/Python-Assistant into your repo and delete the pycache folders again as .gitignore file isn't present in your local system which will push the pyc cache files in to ur repo.

Copy link
Contributor Author

I have made the changes but when I try to push it to my branch , it is showing as permission denied . What do I do now? Could you please help?

Copy link
Contributor

anandxkumar commented Mar 9, 2022
edited
Loading

If you are sure that you have fixed the issue (Deleting the pycache and virtualenv folder) then use the --force tag i.e.
git push origin requirement -f

Copy link
Contributor Author

If you are sure that you have fixed the issue (Deleting the pycache and virtualenv folder) then use the --force tag i.e. git push origin requirement -f

Screenshot 2022年03月10日 214309

It is still showing the same thing. Please help 🙏

anandxkumar reacted with eyes emoji

Copy link
Contributor

Ok do the following steps:

  1. git checkout main
  2. git checkout -b requirement2
  3. git remote add upstream https://github.com/Umesh-01/Python-Assistant.git
  4. git pull upstream main
  5. Delete pycache folder if any.
  6. Add the requirements.txt file
  7. Commit and push, create a new PR and close the previous one.

Copy link
Contributor Author

Screenshot 2022年03月13日 211845
Again the same problem sir...

anandxkumar reacted with eyes emoji

Copy link
Contributor

The error is occuring because you to pushing the code directly to the Umesh-01 repo and not your fork.
Use the following code to update your origin repo link:
git remote set-url origin https://github.com/Akshata-Gunapache/Python-Assistant.git
and try again pushing git push origin requirement2, then create a new pull request

Copy link
Contributor

Any update @Akshata-Gunapache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

1 more reviewer

@anandxkumar anandxkumar anandxkumar requested changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /