bllmo commented on issue #333:
URL: 
https://github.com/apache/datasketches-cpp/issues/333#issuecomment-1398245925

   I did the whl on a AWS AMI linux arm64 machine
   
   `datasketches-4.0.0-cp37-cp37m-linux_aarch64.whl`
   
   but when I run the script on glue I receive this error:
   
   ```
   {
       "Event": "GlueETLJobExceptionEvent",
       "Timestamp": 1674213391659,
       "Failure Reason": "Traceback (most recent call last):\n  File 
\"/tmp/pip-datasketches.py\", line 8, in <module>\n    import datasketches\n  
File 
\"/home/spark/.local/lib/python3.7/site-packages/datasketches/__init__.py\", 
line 20, in <module>\n    from .PySerDe import *\n  File 
\"/home/spark/.local/lib/python3.7/site-packages/datasketches/PySerDe.py\", 
line 18, in <module>\n    from _datasketches import 
PyObjectSerDe\nModuleNotFoundError: No module named '_datasketches'",
       "Stack Trace": [
           {
               "Declaring Class": "<module>",
               "Method Name": "from _datasketches import PyObjectSerDe",
               "File Name": 
"/home/spark/.local/lib/python3.7/site-packages/datasketches/PySerDe.py",
               "Line Number": 18
           },
           {
               "Declaring Class": "<module>",
               "Method Name": "from .PySerDe import *",
               "File Name": 
"/home/spark/.local/lib/python3.7/site-packages/datasketches/__init__.py",
               "Line Number": 20
           },
           {
               "Declaring Class": "<module>",
               "Method Name": "import datasketches",
               "File Name": "/tmp/pip-datasketches.py",
               "Line Number": 8
           }
       ],
       "Last Executed Line number": 8,
       "script": "pip-datasketches.py"
   }
   ```
   
   @jmalkin  you might need it for debugging.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to