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 issue #16

Open
dhruv-acog opened this issue Jul 20, 2023 · 0 comments
Open

Installation issue #16

dhruv-acog opened this issue Jul 20, 2023 · 0 comments

Comments

@dhruv-acog
Copy link

Got this error: when I ran pip install -e .

Obtaining file:///home/jupyter/rxn_yields
    ERROR: Command errored out with exit status 1:
     command: /opt/conda/envs/rxnfp/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/jupyter/rxn_yields/setup.py'"'"'; __file__='"'"'/home/jupyter/rxn_yields/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 /tmp/pip-pip-egg-info-a6eq2of1
         cwd: /home/jupyter/rxn_yields/
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/home/jupyter/rxn_yields/setup.py", line 43, in <module>
        long_description = open('README.md').read(),
      File "/opt/conda/envs/rxnfp/lib/python3.6/encodings/ascii.py", line 26, in decode
        return codecs.ascii_decode(input, self.errors)[0]
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 381: ordinal not in range(128)
    ----------------------------------------
WARNING: Discarding file:///home/jupyter/rxn_yields. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
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