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

installation error with 0.3.0b1 and b2 but not b0 #38

Closed
FuzzyWuzzyIsABear opened this issue Dec 2, 2021 · 3 comments
Closed

installation error with 0.3.0b1 and b2 but not b0 #38

FuzzyWuzzyIsABear opened this issue Dec 2, 2021 · 3 comments
Labels
bug Something isn't working
Projects

Comments

@FuzzyWuzzyIsABear
Copy link

I'm trying to install reservoirpy 0.3.0 on my laptop but I keep getting the error below. I can install 0.3.0.b0 fine its b1 and b2 that give this error.

`C:\Users\ABC\Desktop\Chaos> pip install reservoirpy==0.3.0b1

Collecting reservoirpy==0.3.0b1
Using cached reservoirpy-0.3.0b1.tar.gz (62.4 MB)
ERROR: Command errored out with exit status 1:
command: 'C:\Users\ABC\Desktop\Chaos\venv2\Scripts\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\ABC\AppData\Local\Temp\pip-install-if8bfpu1\reservoirpy_55e5a19e160542fc8a5638c833866cc0\setup.py'"'"'; file='"'"'C:\Users\ABC\AppData\Local\Temp\pip-install-if8bfpu1\reservoirpy_55e5a19e160542fc8a5638c833866cc0\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\ABC\AppData\Local\Temp\pip-pip-egg-info-5mcx8nih'
cwd: C:\Users\ABC\AppData\Local\Temp\pip-install-if8bfpu1\reservoirpy_55e5a19e160542fc8a5638c833866cc0
Complete output (7 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\ABC\AppData\Local\Temp\pip-install-if8bfpu1\reservoirpy_55e5a19e160542fc8a5638c833866cc0\setup.py", line 22, in
LONG_DESCRIPTION = f.read()
File "C:\Users\ABC\AppData\Local\Programs\Python\Python310\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 0x8f in position 1842: character maps to
`

@FuzzyWuzzyIsABear
Copy link
Author

installation issues on win 10 and 11 but not ubuntu/linux

@nTrouvain nTrouvain added this to In progress in v0.3 Dec 6, 2021
@nTrouvain nTrouvain added the bug Something isn't working label Dec 6, 2021
@nTrouvain
Copy link
Collaborator

Hello,
Thank you for reporting this. This problem comes from a character in the README. We will fix this right away.

@mlucas-ai
Copy link

Similar problem here, but not sure it is related to a character:

>pip install reservoirpy==v0.3.0b2
Collecting reservoirpy==v0.3.0b2
  Using cached reservoirpy-0.3.0b2.tar.gz (62.4 MB)
  Preparing metadata (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'C:\Users\Amaelle\Anaconda3\envs\xavier6\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Amaelle\\AppData\\Local\\Temp\\pip-install-txjf8doy\\reservoirpy_3d34e2f081db4debb979b9a2292fa53a\\setup.py'"'"'; __file__='"'"'C:\\Users\\Amaelle\\AppData\\Local\\Temp\\pip-install-txjf8doy\\reservoirpy_3d34e2f081db4debb979b9a2292fa53a\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Amaelle\AppData\Local\Temp\pip-pip-egg-info-2f1xgqwj'
       cwd: C:\Users\Amaelle\AppData\Local\Temp\pip-install-txjf8doy\reservoirpy_3d34e2f081db4debb979b9a2292fa53a\
  Complete output (7 lines):
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "C:\Users\Amaelle\AppData\Local\Temp\pip-install-txjf8doy\reservoirpy_3d34e2f081db4debb979b9a2292fa53a\setup.py", line 22, in <module>
      LONG_DESCRIPTION = f.read()
    File "C:\Users\Amaelle\Anaconda3\envs\xavier6\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 0x8f in position 1843: character maps to <undefined>
  ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/14/9c/a7b8fe18ae624ec0b848cf8eca8c19c6a0c88e8d82d21bfd9d335e39831d/reservoirpy-0.3.0b2.tar.gz#sha256=ae9ab9082631938311ad8cfe8b55e3444163521cafb32c96a11e0a0919412fac (from https://pypi.org/simple/reservoirpy/) (requires-python:>=3.6). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement reservoirpy==v0.3.0b2 (from versions: 0.2.1, 0.2.2.post1, 0.2.3, 0.2.3.post1, 0.2.4, 0.2.4.post1, 0.3.0b0, 0.3.0b1, 0.3.0b2)
ERROR: No matching distribution found for reservoirpy==v0.3.0b2

@nTrouvain nTrouvain moved this from In progress to Done in v0.3 Jan 20, 2022
@nTrouvain nTrouvain moved this from Done to Done (previous release) in v0.3 Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
v0.3
Done (previous release)
Development

No branches or pull requests

3 participants