-
Notifications
You must be signed in to change notification settings - Fork 26
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
Issue installing under conda #13
Comments
The same issue was tried on both Linux (Ubuntu) and Windows. |
Solved
You need to modify the following line in videoseal\utils\cfg.py
You need to modify the following line in videoseal_init_.py
Then |
I think the pyproject.toml file is meaningless for packages that are not published to PyPI. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I'm excited by this work and to get it running but am having issues doing so with conda.
How to reproduce:
When running pip install -e . I get
I've also tried installing the pytorch related dependencies first, as well as doing this under a
venv
but get the same error in both cases.The text was updated successfully, but these errors were encountered: