generated from roboflow/template-python
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Numpy incompatibility error, locally installed repo, Python 3.13 #1688
Labels
bug
Something isn't working
Comments
Hey @onuralpszr 👋 Could you check if it also happens on Linux? |
Testing with py3.13 linux 👍 - PASSED (no error) |
Thanks a lot! Confirming this also happens with `pip freeze`
|
Here is my list when I run on python 3.13 with poetry --with dev (NO ERROR - PASSED)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction steps:
This produces:
Environment:
Note:
.venv
environmentsPoetry env
Poetry config
cache-dir = "/Users/linasko/Library/Caches/pypoetry"
experimental.system-git-client = false
installer.max-workers = null
installer.modern-installation = true
installer.no-binary = null
installer.parallel = true
keyring.enabled = true
solver.lazy-wheel = true
virtualenvs.create = true
virtualenvs.in-project = true
virtualenvs.options.always-copy = false
virtualenvs.options.no-pip = false
virtualenvs.options.no-setuptools = false
virtualenvs.options.system-site-packages = false
virtualenvs.path = "{cache-dir}/virtualenvs" # /Users/linasko/Library/Caches/pypoetry/virtualenvs
virtualenvs.prefer-active-python = false
virtualenvs.prompt = "{project_name}-py{python_version}"
warnings.export = true
The text was updated successfully, but these errors were encountered: