Opened 6 years ago
Last modified 6 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)
Change History (4)
Changed 6 years ago by ptighin
comment:1 follow-up: 2 Changed 6 years ago by Schamschula (Marius Schamschula)
Owner: | set to emcrisostomo |
---|---|
Port: | py-tensorboard added |
Status: | new → assigned |
comment:2 Changed 6 years ago by ptighin
Replying to Schamschula:
In the future, please add the maintainer to the
Cc
field. In this caseport info --maintainer py36-tensorboard
. Thanks!
Roger that, will do!
comment:3 Changed 6 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.
In the future, please add the maintainer to the
Cc
field. In this caseport info --maintainer py36-tensorboard
. Thanks!