-
Notifications
You must be signed in to change notification settings - Fork 80
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
problems releasing sourmash v4.2.3 #1772
Comments
I'm a little curious why we're creating a conda environment that has pip and setuptools_scm in it, and then running ...and we do it in each virtualenv, too. Interesting. Also, the text:
is present in the release procedure - should probably be changed to "Create a clean checkout in a temporary directory:". |
note to self: in step 1, with python 3.9, |
(maybe we need conda-tox?) |
still running into problem - looks same as conda/conda#9959 -
|
Can't tell if this is a farm-specific problem, or a conda problem, or what. Trying it on my laptop now. |
It's mostly working on my laptop, except that we continue to have problems around testenv4 - installation from the test pypi server. There's something about the setuptools requirement that causes it to break; see error message below. This is particularly weird since the setuptools installed version is 60 already... wat? This is probably because setuptools isn't on the test server, but I don't know why it's not using the installed version. We also have the problem that when pip fails to install the latest version, it cycles through all of the available versions. So we should change the command to be specific to the right version:
not sure if #1360 fixes would help here but wanted to at least note those issues, too ;). error messages and info
pip shows that setuptools is at version 60!?
|
in releasing v4.2.3 (#1761) using https://sourmash.readthedocs.io/en/latest/release.html, I ran into a problem with the first testenv (testenv1) where the
pip install -r requirements.txt
failed. From the error text below, it looks like it is having some trouble finding libpthread.This looks an awful lot like pandas-dev/pandas#40706 (comment) and ContinuumIO/anaconda-issues#7363, where 'sysroot' is being incorrectly specified as /.
My current theory is that something is wonky with my sourmash-rc conda environment, which was created per our docs like so:
I'm trying again with a python 3.9.environment.
UPDATE: same error as in #1689
The text was updated successfully, but these errors were encountered: