We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Step 3: Build detectron 2 and adelaidet from source: Building detectron2 v0.2.1 from source using the following link to download. cd detectron2-0.2.1 python setup.py build develop
Step 3: Build detectron 2 and adelaidet from source: Building detectron2 v0.2.1 from source using the following link to download.
cd detectron2-0.2.1 python setup.py build develop
this step is ok in conda environment.
To build adelaidet from source you need this simple command: cd .. //going back to original work dir python setup.py build develop
To build adelaidet from source you need this simple command:
cd .. //going back to original work dir python setup.py build develop
to build adelaidet from source I need python 3.8 (at least) in environment. But it's python 3.7 in environment.yml, so it's unable to build adelaidet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this step is ok in conda environment.
to build adelaidet from source I need python 3.8 (at least) in environment. But it's python 3.7 in environment.yml, so it's unable to build adelaidet
The text was updated successfully, but these errors were encountered: