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

Caveat about old (3.6) pyenv python versions. #750

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ conan profile detect --force
python3 -m pip install pip==23.1.2
```

Caveat: ensure that no old, say, 3.6 version of python is installed with
pyenv as it will be picked up quite against your will, even if not
activated, in a section of the build pertaining to pybind11. The python
version constraints thus apply even to unactivated pyenv python version.
See #749 for details.

# Build and run

## Rust library and REPL
Expand Down
Loading