Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jupe
Copy link
Owner

@jupe jupe commented Sep 8, 2025

Summary

  • remove provisional pyproject.toml
  • install setuptools and wheel before building with setup.py

Testing

  • pip install -e . (fails: Could not find a version that satisfies the requirement setuptools>=40.8.0)
  • pip install -e .[dev] (fails: Could not find a version that satisfies the requirement setuptools>=40.8.0)
  • python setup.py sdist (fails: No module named 'setuptools')
  • python setup.py bdist_wheel (fails: No module named 'setuptools')
  • nosetests (fails: ModuleNotFoundError: No module named 'mongoquery')
  • pylint lockable (fails: Unable to import 'mongoquery')

https://chatgpt.com/codex/tasks/task_b_68bedb8eba6c8333a71e9396cb2825e1

@jupe jupe merged commit 96f71f5 into master Sep 8, 2025
4 checks passed
@jupe jupe deleted the codex/fix-deployment-job-error branch September 8, 2025 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants