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

Install problems with Python 3.8.3 #3

Open
mkzrt opened this issue Jul 3, 2020 · 0 comments
Open

Install problems with Python 3.8.3 #3

mkzrt opened this issue Jul 3, 2020 · 0 comments

Comments

@mkzrt
Copy link

mkzrt commented Jul 3, 2020

Installation failed on Windows 10 machine for Python 3.8.3

"pip install PyQt-Fit"

ERROR: Command errored out with exit status 1:
command: 'c:\users\mkz\appdata\local\programs\python\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\mkz\AppData\Local\Temp\pip-install-rn6exgn0\distribute\setup.py'"'"'; file='"'"'C:\Users\mkz\AppData\Local\Temp\pip-install-rn6exgn0\distribute\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\mkz\AppData\Local\Temp\pip-pip-egg-info-6yfk5kue'
cwd: C:\Users\mkz\AppData\Local\Temp\pip-install-rn6exgn0\distribute
Complete output (15 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\mkz\AppData\Local\Temp\pip-install-rn6exgn0\distribute\setuptools_init_.py", line 2, in
from setuptools.extension import Extension, Library
File "C:\Users\mkz\AppData\Local\Temp\pip-install-rn6exgn0\distribute\setuptools\extension.py", line 5, in
from setuptools.dist import get_unpatched
File "C:\Users\mkz\AppData\Local\Temp\pip-install-rn6exgn0\distribute\setuptools\dist.py", line 7, in
from setuptools.command.install import install
File "C:\Users\mkz\AppData\Local\Temp\pip-install-rn6exgn0\distribute\setuptools\command_init
.py", line 8, in
from setuptools.command import install_scripts
File "C:\Users\mkz\AppData\Local\Temp\pip-install-rn6exgn0\distribute\setuptools\command\install_scripts.py", line 3, in
from pkg_resources import Distribution, PathMetadata, ensure_directory
File "C:\Users\mkz\AppData\Local\Temp\pip-install-rn6exgn0\distribute\pkg_resources.py", line 1518, in
register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider)
AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant