On Sunday, 24 March 2019 19:28:08 UTC-3, Tom Keffer wrote: > > It was merged into the development branch about 2 weeks ago. > I'd be very interested in your experience. >
Tom, I need some advice. Below are the steps I took: root@pi36:~# cd git/weewx root@pi36:~/git/weewx# git checkout development Branch development set up to track remote branch development from origin. Switched to a new branch 'development' root@pi36:~/git/weewx# cd util/pipenv root@pi36:~/git/weewx/util/pipenv# pipenv install Warning: Python 3.6 was not found on your system... You can specify specific versions of Python with: $ pipenv --python path/to/python root@pi36:~/git/weewx/util/pipenv# *pipenv --python /usr/bin/python3.5* Creating a virtualenv for this project... Pipfile: /root/git/weewx/util/pipenv/Pipfile Using /usr/bin/python3.5 (3.5.3) to create virtualenv... ⠼ Creating virtual environment...Using base prefix '/usr' New python executable in /root/.local/share/virtualenvs/pipenv-bAGe6VZr/bin/python3.5 Also creating executable in /root/.local/share/virtualenvs/pipenv-bAGe6VZr/bin/python Installing setuptools, pip, wheel... done. Running virtualenv with interpreter /usr/bin/python3.5 ✔ Successfully created virtual environment! Virtualenv location: /root/.local/share/virtualenvs/pipenv-bAGe6VZr Warning: Your Pipfile requires python_version 3.6, but you are using 3.5.3 (/root/.local/share/v/p/bin/python). $ pipenv --rm and rebuilding the virtual environment may resolve the issue. $ pipenv check will surely fail. root@pi36:~/git/weewx/util/pipenv# How do I rebuild the virtual environment? Luc
