Python Forum
Python 3.8 - Some Packages No Longer Accepted ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3.8 - Some Packages No Longer Accepted ?
#1
It is observed that for some packages (e.g. auto-py-to-exe, scipy, matplotlib etc), pip install is not successful, whereas there is no such problem in Python 3.7.4

Downloading of content appears to proceed smoothly, eventual failure occurs at final installation stage. Error message for matplotlib is placed below:
Error:
ERROR: Command errored out with exit status 1: 'c:\program files\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\ADT\\AppData\\Local\\Temp\\pip-install-px3kmcjg\\kiwisolver\\setup.py'"'"'; __file__='"'"'C:\\Users\\ADT\\AppData\\Local\\Temp\\pip-install-px3kmcjg\\kiwisolver\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\ADT\AppData\Local\Temp\pip-record-2y12fa6g\install-record.txt' --single-version-externally-managed --compile Check the logs for full command output.
Mine is system install of Python 3.7.4 & Python 3.8 in Program Files on Windows-10x64.

For many other packages like pymongo, there has been no problem on Python 3.8

Just curious: Has this problem been faced by others too?
A.D.Tejpal
Reply
#2
i havent had a chance yet to install 3.8
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Conda/Anaconda no longer free to use? Zoot 1 8,242 Jan-31-2021, 02:02 AM
Last Post: Larz60+
  modules and/or functions no longer pythonic Skaperen 0 1,508 Jul-13-2019, 04:40 AM
Last Post: Skaperen
  Default packages for MAC 11.13 (Python 2.7) georgelza 0 2,331 Apr-30-2018, 09:37 AM
Last Post: georgelza

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020