Skip to content

Conversation

@Akshata-Gunapache
Copy link
Contributor

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

@Akshata-Gunapache
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

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

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

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

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?

@anandxkumar
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.

@anandxkumar
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.

@Akshata-Gunapache
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?

@anandxkumar
Copy link
Contributor

anandxkumar commented Mar 9, 2022

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

@Akshata-Gunapache
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
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.

@Akshata-Gunapache
Copy link
Contributor Author

Screenshot 2022-03-13 211845
Again the same problem sir...

@anandxkumar
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

@anandxkumar
Copy link
Contributor

Any update @Akshata-Gunapache

@Akshata-Gunapache Akshata-Gunapache deleted the requirement branch March 26, 2022 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants