ratt-ru / meqtrees

A library for implementing radio astronomical Measurement Equations
http://meqtrees.net
10 stars 2 forks source link

upgrade pip #885

Closed bennahugo closed 2 years ago

bennahugo commented 2 years ago
  Traceback (most recent call last):
    File "/tmp/pip-build-kjv38nxa/pillow/setup.py", line 1024, in <module>
      zip_safe=not (debug_build() or PLATFORM_MINGW),
    File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 129, in setup
      return distutils.core.setup(**attrs)
    File "/usr/lib/python3.6/distutils/core.py", line 148, in setup
      dist.run_commands()
    File "/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands
      self.run_command(cmd)
    File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
      cmd_obj.run()
    File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 204, in run
      self.run_command('build')
    File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
      cmd_obj.run()
    File "/usr/lib/python3.6/distutils/command/build.py", line 135, in run
      self.run_command(cmd_name)
    File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
      cmd_obj.run()
    File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 78, in run
      _build_ext.run(self)
    File "/usr/lib/python3.6/distutils/command/build_ext.py", line 339, in run
      self.build_extensions()
    File "/tmp/pip-build-kjv38nxa/pillow/setup.py", line 790, in build_extensions
      raise RequiredDependencyException(f)
  __main__.RequiredDependencyException: jpeg

  During handling of the above exception, another exception occurred:
bennahugo commented 2 years ago

The above is now being generated for the entire MT suite. Looks like pypi has again broken their interface to download binaries. Will address this as part of the porting job to Python 3.8 and Qt5

twillis449 commented 2 years ago

Glad to see you are working on this stuff :)

bennahugo commented 2 years ago

yup I have your code sitting on a branch. I was making headway before adass planning came in and overran everything else priority wise. Still catching up, but this is on my plate this month because we have software downstream that needs components within this framework.

On Sat, Nov 13, 2021 at 10:00 PM Tony Willis @.***> wrote:

Glad to see that you are working on this stuff :)

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/ska-sa/meqtrees/issues/885#issuecomment-968128039, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4RE6V6E5XYOOFKBTICBATUL27VNANCNFSM5H66CUUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

--

Benjamin Hugo

PhD. student, Centre for Radio Astronomy Techniques and Technologies Department of Physics and Electronics Rhodes University

Junior software developer Radio Astronomy Research Group South African Radio Astronomy Observatory Black River Business Park Observatory Cape Town

bennahugo commented 2 years ago

Waiting on NRAO to fix their ephemeris server

bennahugo commented 2 years ago

Fixed