-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
python3.4: Path has no attribute write_bytes #1963
Labels
Comments
andy-maier
added a commit
to pywbem/nocasedict
that referenced
this issue
Oct 4, 2020
Details: * The installtest failed on Python 3.4 with latest package levels because virtualenv raises AttributeError (see pypa/virtualenv#1963). Fixed that by excluding virtualenv 20.0.32. Also, excluded virtualenv 20.0.19 to make sure an earlier error where pip did not install on Python 3.4. Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier
added a commit
to andy-maier/cookiecutter-python
that referenced
this issue
Oct 4, 2020
…lltest on py34 Details: * virtualenv raised AttributeError: 'Path' object has no attribute 'write_bytes' during 'make installtest' on Python 3.4 since a few days. This had already been reported as pypa/virtualenv#1963. This change fixes that by excluding virtualenv 20.0.32. To avoid an earlier issue where virtualenv did not install pop on Python 3.4, virtualenv 20.0.19 was also excluded. Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier
added a commit
to andy-maier/cookiecutter-python
that referenced
this issue
Oct 4, 2020
…lltest on py34 Details: * virtualenv raised AttributeError: 'Path' object has no attribute 'write_bytes' during 'make installtest' on Python 3.4 since a few days. This had already been reported as pypa/virtualenv#1963. This change fixes that by excluding virtualenv 20.0.32. To avoid an earlier issue where virtualenv did not install pop on Python 3.4, virtualenv 20.0.19 was also excluded. Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier
added a commit
to pywbem/nocasedict
that referenced
this issue
Oct 4, 2020
Details: * The installtest failed on Python 3.4 with latest package levels because virtualenv raises AttributeError (see pypa/virtualenv#1963). Fixed that by excluding virtualenv 20.0.32. Also, excluded virtualenv 20.0.19 to make sure an earlier error where pip did not install on Python 3.4. Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier
added a commit
to pywbem/nocaselist
that referenced
this issue
Oct 4, 2020
Details: * The installtest failed on Python 3.4 with latest package levels because virtualenv raises AttributeError (see pypa/virtualenv#1963). Fixed that by excluding virtualenv 20.0.32. Also, excluded virtualenv 20.0.19 to make sure an earlier error where pip did not install on Python 3.4. Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier
added a commit
to pywbem/pywbemtools
that referenced
this issue
Oct 4, 2020
Details: * On other pywbem projects, the installtest failed on Python 3.4 with latest package levels because virtualenv raises AttributeError (see pypa/virtualenv#1963). Fixed that preventively by excluding virtualenv 20.0.32. Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier
added a commit
to pywbem/nocaselist
that referenced
this issue
Oct 4, 2020
Details: * The installtest failed on Python 3.4 with latest package levels because virtualenv raises AttributeError (see pypa/virtualenv#1963). Fixed that by excluding virtualenv 20.0.32. Also, excluded virtualenv 20.0.19 to make sure an earlier error where pip did not install on Python 3.4. Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier
added a commit
to pywbem/pywbemtools
that referenced
this issue
Oct 4, 2020
Details: * On other pywbem projects, the installtest failed on Python 3.4 with latest package levels because virtualenv raises AttributeError (see pypa/virtualenv#1963). Fixed that preventively by excluding virtualenv 20.0.32. Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier
added a commit
to pywbem/pywbemtools
that referenced
this issue
Oct 5, 2020
Details: * On other pywbem projects, the installtest failed on Python 3.4 with latest package levels because virtualenv raises AttributeError (see pypa/virtualenv#1963). Fixed that preventively by excluding virtualenv 20.0.32. Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier
added a commit
to pywbem/pywbemtools
that referenced
this issue
Oct 5, 2020
Details: * On other pywbem projects, the installtest failed on Python 3.4 with latest package levels because virtualenv raises AttributeError (see pypa/virtualenv#1963). Fixed that preventively by excluding virtualenv 20.0.32. Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
bmwiedemann
referenced
this issue
in bmwiedemann/openSUSE
Oct 29, 2020
https://build.opensuse.org/request/show/840217 by user StevenK + dimstar_suse - Update to 20.0.33: * Fix ``None`` type error in cygwin if POSIX path in dest - by :user:`danyeaw`. (`#1962 <https://github.com/pypa/virtualenv/issues/1962>`_) * Fix Python 3.4 incompatibilities (added back to the CI) - by :user:`gaborbernat`. (`#1963 <https://github.com/pypa/virtualenv/issues/1963>`_) * For activation scripts always use UNIX line endings (unless it's BATCH shell related) - by :user:`saytosid`. (`#1818 <https://github.com/pypa/virtualenv/issues/1818>`_) * Avoid spawning new windows when doing seed package upgrades in the background on Windows - by :user:`gaborbernat`. (`#1928 <https://github.com/pypa/virtualenv/issues/1928>`_) * Fix a bug that reading and writing on the same file may cause race on multiple processes. (`#1938 <https://github.com/pypa/virtualenv/is
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue
appears to have regressed in #1924
Environment
Provide at least:
OS: linux
pip list
of the host python wherevirtualenv
is installed:Output of the virtual environment creation
Make sure to run the creation with
-vvv --with-traceback
:The text was updated successfully, but these errors were encountered: