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

Upgrade pyrecordio to support python 3.7 and 3.8 #2087

Open
brightcoder01 opened this issue Jun 29, 2020 · 0 comments
Open

Upgrade pyrecordio to support python 3.7 and 3.8 #2087

brightcoder01 opened this issue Jun 29, 2020 · 0 comments
Assignees

Comments

@brightcoder01
Copy link
Collaborator

brightcoder01 commented Jun 29, 2020

While we execute pip install pyrecordio in the docker image python:3.7, the log is as follows:

Collecting pyrecordio
  Downloading pyrecordio-0.0.6.tar.gz (3.6 kB)
Building wheels for collected packages: pyrecordio
  Building wheel for pyrecordio (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /usr/local/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-lv9jstn0/pyrecordio/setup.py'"'"'; __file__='"'"'/tmp/pip-install-lv9jstn0/pyrecordio/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-sz7fzs9z
       cwd: /tmp/pip-install-lv9jstn0/pyrecordio/
  Complete output (11 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.7
  creating build/lib.linux-x86_64-3.7/recordio
  copying recordio/recordio.py -> build/lib.linux-x86_64-3.7/recordio
  copying recordio/__init__.py -> build/lib.linux-x86_64-3.7/recordio
  running build_ext
  $ GOPATH=/tmp/tmplsghwzpw go get -d
  error: [Errno 2] No such file or directory: 'go': 'go'
  ----------------------------------------
  ERROR: Failed building wheel for pyrecordio

We are not getting pyrecordio==0.0.7 as our expectation. The reason may be that we haven't release the pyrecordio for python 3.7 or higher version.

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