Opened 5 years ago

Last modified 5 years ago

#58053 assigned defect

Could not install py36-tensorboard

Reported by: ptighin Owned by: emcrisostomo (Enrico Maria Crisostomo)
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc:
Port: py-tensorboard

Description

When updating py36-tensorflow (full log attached):

xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-tensorboard/py36-tensorboard/work/destroot/opt/local/share/doc/py36-tensorboard
xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-tensorboard/py36-tensorboard/work/destroot/opt/local/share/doc/py36-tensorboard/examples
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-tensorboard/py36-tensorboard/work/tensorboard-1.12.0-py3-none-any" && pip-3.6 install --no-cache-dir --no-dependencies --root /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-tensorboard/py36-tensorboard/work/destroot /opt/local/var/macports/distfiles/py-tensorboard/tensorboard-1.12.0-py3-none-any.whl
Processing /opt/local/var/macports/distfiles/py-tensorboard/tensorboard-1.12.0-py3-none-any.whl
Installing collected packages: tensorboard
  Found existing installation: tensorboard 1.11.0
    Uninstalling tensorboard-1.11.0:
Could not install packages due to an EnvironmentError: [Errno 1] Operation not permitted: '/opt/local/Library/Frameworks/Python.framework/Versions/3.6/bin/tensorboard'

Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-tensorboard/py36-tensorboard/work/tensorboard-1.12.0-py3-none-any" && pip-3.6 install --no-cache-dir --no-dependencies --root /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-tensorboard/py36-tensorboard/work/destroot /opt/local/var/macports/distfiles/py-tensorboard/tensorboard-1.12.0-py3-none-any.whl
Exit code: 1
Error: Failed to destroot py36-tensorboard: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-tensorboard/py36-tensorboard/main.log for details.
Error: Problem while installing py36-tensorboard
Error: Follow https://guide.macports.org/#project.tickets to report a bug.

-Petru

Attachments (1)

main.log (16.7 KB) - added by ptighin 5 years ago.

Download all attachments as: .zip

Change History (4)

Changed 5 years ago by ptighin

Attachment: main.log added

comment:1 Changed 5 years ago by Schamschula (Marius Schamschula)

Owner: set to emcrisostomo
Port: py-tensorboard added
Status: newassigned

In the future, please add the maintainer to the Cc field. In this case port info --maintainer py36-tensorboard. Thanks!

comment:2 in reply to:  1 Changed 5 years ago by ptighin

Replying to Schamschula:

In the future, please add the maintainer to the Cc field. In this case port info --maintainer py36-tensorboard. Thanks!

Roger that, will do!

comment:3 Changed 5 years ago by jmroot (Joshua Root)

Seems to be ignoring the --root option and trying to install into ${frameworks_dir} rather than ${destroot}${frameworks_dir}.

Note: See TracTickets for help on using tickets.