language-table icon indicating copy to clipboard operation
language-table copied to clipboard

python3 version

Open oym1994 opened this issue 1 year ago • 2 comments

Hello,

Thanks for your great job! I am currently create the enviroment via pip install requirement_static.txt but got some version conflict. I wander what is the concrete version of python do u use?

Thanks for your attenttion and kind response!

oym1994 avatar Sep 03 '23 08:09 oym1994

One of the error

python3.8/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !!

          ********************************************************************************
          Please avoid running ``setup.py`` directly.
          Instead, use pypa/build, pypa/installer or other
          standards-based tools.

          See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
          ********************************************************************************

  !!
    self.initialize_options()
  installing to build/bdist.linux-x86_64/wheel
  running install
  running simclr_download
  error: [Errno socket error] [Errno 101] Network is unreachable
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for scenic Running setup.py clean for scenic

oym1994 avatar Sep 03 '23 09:09 oym1994

did you resolve the issue?

nikepupu avatar Dec 03 '23 02:12 nikepupu