Code Monkey home page Code Monkey logo

Comments (4)

HariSekhon avatar HariSekhon commented on May 18, 2024

Which program are you trying to run?

from devops-python-tools.

pratapsingh avatar pratapsingh commented on May 18, 2024

Getting below error

jython -J-cp $(hadoop classpath) hdfs_time_block_reads.jy --help

module import failed: No module named _curses

cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
python --version
Python 2.7.5 

from devops-python-tools.

pratapsingh avatar pratapsingh commented on May 18, 2024

Added this to resolve the above but getting another error:

export PYTHONPATH="$PYTHONPATH:/usr/lib64/python27.zip:/usr/lib64/python2.7:/usr/lib64/python2.7/plat-linux2:/usr/lib64/python2.7/lib-tk:/usr/lib64/python2.7/lib-old:/usr/lib64/python2.7/lib-dynload:/usr/lib64/python2.7/site-packages:/usr/lib/python2.7/site-packages:/usr/lib64/python27.zip"
alias jython='jython -Dpython.path=$PYTHONPATH'

  File "/usr/lib64/python2.7/stringprep.py", line 8, in <module>
    from unicodedata import ucd_3_2_0 as unicodedata
ImportError: cannot import name ucd_3_2_0

from devops-python-tools.

HariSekhon avatar HariSekhon commented on May 18, 2024

something is weird in your Python/Jython environment, that isn't even related to my code, it's complaining about a file under the python2.7 directory...

It's probably related to the -Dpython.path which I haven't used probably causing some incompatibility.

from devops-python-tools.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.