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

Fix requirements #18

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Skwarson96
Copy link

@ZrrSkywalker Hi! I fix requitements.txt file, because when you want to install the os and warnings packages with pip, there are errors. Os and warnings do not require additional installation. Additionally, I added pytorch and torchvision libraries.

I have also added to the readme instructions on how to create an environment in a virtual environment

@Skwarson96
Copy link
Author

Why did you remove torch? Without installing torch after run: python persam.py you get an error: ModuleNotFoundError: No module named 'torch'

@ArenaGrenade
Copy link

ArenaGrenade commented Apr 23, 2024

The environment can be conda-based or pip-based and removing pytorch out to allow users to choose how they want to install it - either with conda or pip should be the way they do it.

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

Successfully merging this pull request may close these issues.

3 participants