Changes between Initial Version and Version 1 of Ticket #63027


Ignore:
Timestamp:
Jun 4, 2021, 11:24:15 PM (3 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63027

    • Property Owner set to Schamschula
    • Property Status changed from new to assigned
    • Property Port py-pyviz_comms added; pyviz_comms removed
    • Property Summary changed from pyviz_comms installation incorrect to py-pyviz_comms installation incorrect
  • Ticket #63027 – Description

    initial v1  
    55Some json files are missing and the import is not successful (IOError reports missing packages.json file). When building with pip, the python import is fine and the json files are present where they should be.
    66
    7 Normal install gives:\\
     7Normal install gives:
     8{{{
    89> ls -ltr
    9 /opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyviz_comms\\
    10 total 64\\
    11 -rw-r--r--  1 root  wheel  18962 Jun  4 22:59 __init__.py\\
    12 -rw-r--r--  1 root  wheel    439 Jun  4 22:59 _version.py\\
    13 -rw-r--r--  1 root  wheel   4976 Jun  4 22:59 notebook.js\\
    14 drwxr-xr-x  4 root  wheel    128 Jun  4 22:59 labextension/\\
    15 drwxr-xr-x  4 root  wheel    128 Jun  4 22:59 __pycache__/\\
    16 
    17 While the current macports install gives:\\
    18 > ls -ltr /opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyviz_comms\\
    19 total 24\\
    20 -rw-r--r--  1 root  wheel    439 Dec 28 00:52 _version.py\\
    21 -rw-r--r--  1 root  wheel  18962 Dec 28 00:52 __init__.py\\
    22 drwxr-xr-x  4 root  wheel    128 Jun  4 23:09 __pycache__/\\
     10/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyviz_comms
     11total 64
     12-rw-r--r--  1 root  wheel  18962 Jun  4 22:59 __init__.py
     13-rw-r--r--  1 root  wheel    439 Jun  4 22:59 _version.py
     14-rw-r--r--  1 root  wheel   4976 Jun  4 22:59 notebook.js
     15drwxr-xr-x  4 root  wheel    128 Jun  4 22:59 labextension/
     16drwxr-xr-x  4 root  wheel    128 Jun  4 22:59 __pycache__/
     17}}}
     18While the current macports install gives:
     19{{{
     20> ls -ltr /opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyviz_comms
     21total 24
     22-rw-r--r--  1 root  wheel    439 Dec 28 00:52 _version.py
     23-rw-r--r--  1 root  wheel  18962 Dec 28 00:52 __init__.py
     24drwxr-xr-x  4 root  wheel    128 Jun  4 23:09 __pycache__/
     25}}}
    2326
    2427I am not sure how to solve that problem... We cannot force macports to use pip, right? That would defeat the purpose...