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

Unable to Install in Powershell #114

Closed
djxvillain opened this issue Sep 13, 2022 · 3 comments
Closed

Unable to Install in Powershell #114

djxvillain opened this issue Sep 13, 2022 · 3 comments

Comments

@djxvillain
Copy link

Unable to install in PS. I am able to install numpy, scipy, and matplotlib without an issue.

PS C:\Users\dylan> pip install scikit-commpy
Collecting scikit-commpy
Using cached scikit-commpy-0.7.0.tar.gz (52 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\dylan\AppData\Local\Temp\pip-install-go1gdf4x\scikit-commpy_b26dfb1cc7994ec4858ea1db4aee768f\setup.py", line 9, in
LONG_DESCRIPTION = open('README.md').read()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2032.0_x64__qbz5n2kfra8p0\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 5282: character maps to
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

@BastienTr
Copy link
Collaborator

Both #114 and this issue refers to a bad caracter in the README.md file. I will try to fix this ASAP.

@BastienTr
Copy link
Collaborator

PR #117 should fix the problem. I'll push on pip ASAP.

@BastienTr BastienTr reopened this Oct 4, 2022
@BastienTr
Copy link
Collaborator

Pushed on pip. The package should be installable on all platform.

Feel free to reopen if you encounter the problem again.

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

2 participants