Installing Subpackage Installs Full AutoRA #410
-
Ben just helped me through releasing the 3 experimentalist repo's I parsed from AutoRA. This went very well and then we modified the AutoRA Restructuring branch to include them as dependencies. All worked out well with this process. Where an issue arose was when I then tried to install the experimentalist package. I built a novel environment and then as per quickstart installed one of the experimentalists I just released (this is the first command in the new virtual environment, so I didn't install anything else):
The consequent of this seems to be to install Autora 2.4.1 (not the restructured package) and does output a warning: Maybe I am installing the restructured package wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
maybe until the restructured mother package is no longer a branch (ie, until it becomes
@younesStrittmatter @gtdang thoughts? |
Beta Was this translation helpful? Give feedback.
I think the pre flag should work to get the latest pre-release. If you wanted to specify exact version try
pip install -U "autora[experimentalist-model-disagreement-sampler]==3.0.0a14"
When supplying version numbers and extras I think the whole thing should be in quotes like the example above.