You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested in using your Gatenet repository for a project, and I attempted to install it as a package using the provided pip installation command:
pip install git+https://github.com/wwu-mmll/gatenet@main
However, I encountered the following error:
Error: git+https://github.com/wwu-mmll/gatenet@main does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found
The repository lacks a setup.py or pyproject.toml file in the main directory.
Could you please guide the recommended method to install or use your code? If the repository is not meant to be installed as a Python package, please advise on the steps to set it up for use.
Thank you for your assistance and for the work you've put into developing this resource.
The text was updated successfully, but these errors were encountered:
Hello,
I am interested in using your Gatenet repository for a project, and I attempted to install it as a package using the provided pip installation command:
pip install git+https://github.com/wwu-mmll/gatenet@main
However, I encountered the following error:
Error: git+https://github.com/wwu-mmll/gatenet@main does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found
The repository lacks a
setup.py
orpyproject.toml
file in the main directory.Could you please guide the recommended method to install or use your code? If the repository is not meant to be installed as a Python package, please advise on the steps to set it up for use.
Thank you for your assistance and for the work you've put into developing this resource.
The text was updated successfully, but these errors were encountered: