Skip to content
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

got it to work on my Mac with python 3.10 #368

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

SooLee
Copy link
Member

@SooLee SooLee commented Aug 12, 2022

Not sure which part got it to work though. It did remove this persistent error message upon deploy unicorn:

botocore.errorfactory.InvalidParameterValueException: An error occurred (InvalidParameterValueException) when calling the CreateFunction operation: The runtime parameter of python3.6 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (python3.9) while creating or updating functions.

By the way, poetry 20.9 does not work but 21.3 does. With 20.9, entry point is not supported - you cannot type tibanna at the command line.

I also noticed that 2.0.0 doesn't get installed when you do pip install tibanna. The previous version (1.9.2) definitely does not work on my Mac (with the lambda python version error above).

I'm being a guinea pig.. just was trying to use tibanna for something.

@alexander-veit
Copy link
Member

Thanks a lot, Soo. We did not target Python 3.9 and 3.10 for now, but it's great that it seems to work without issues. The local tests are passing, right?

We probably leave the lambdas at 3.8 for now. We just moved them to 3.8 and I don't want to risk breaking anything (even though it would most likely work)

@johanneskoester
Copy link

Hi @SooLee long time no see! Any chance to get the CI to run through for this? This PR is a blocker for getting the new snakemake tibanna plugin to work, see 4dn-dcic/snakemake-executor-plugin-tibanna#1.

@SooLee
Copy link
Member Author

SooLee commented Sep 12, 2023 via email

@alexander-veit
Copy link
Member

I can release a new version of Tibanna that supports Python 3.9 and Python 3.10, if that is helpful.

@johanneskoester
Copy link

Yes, that would be all we need. Python 3.9 support is sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants