Skip to content

fix: Bug/issue 49 #59

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

Merged
merged 3 commits into from
Feb 6, 2022
Merged

fix: Bug/issue 49 #59

merged 3 commits into from
Feb 6, 2022

Conversation

in03
Copy link
Owner

@in03 in03 commented Feb 6, 2022

Fixes issues with Celery and worker module being inaccessible from a pipx virtual env.

Running an older version of Celery now (since they dropped Python 3.6) almost guarantees we're going to face dependency issues with other applications if installed globally. Pipx is an easy solution since rprox is a CLI tool.

Can confirm that workers are now launchable when installed as an
isolated virtualenv, traditional global installation and when run
"non-installed" from Poetry.

Addresses #49

in03 added 3 commits February 4, 2022 16:17
- Adds support for virtual environment isolated installations
like **pipx**. Of course there's no way to test this without committing
and installing, so here's hoping!

- Better cross platform support, since this is shaping up to be the only
easy way to start workers in isolated environments. (Also untested. SOZ)

Addresses #49
Can confirm that workers are now launchable when installed as an
isolated virtualenv, traditional global installation and when run
"non-installed" from Poetry.

Addresses #49
@in03 in03 merged commit 626c892 into main Feb 6, 2022
@in03 in03 deleted the bug/issue-49 branch February 6, 2022 21:05
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.

1 participant