Coder Social home page Coder Social logo

ipselium / cpyvke Goto Github PK

View Code? Open in Web Editor NEW
29.0 29.0 1.0 7.79 MB

cpyvke is a variable explorer and a kernel manager written in Python 3 curses for iPython kernels (Python 2.x or 3.x)

License: GNU General Public License v3.0

Python 100.00%
curses ipython-console ipython-kernel kernel-manager python3

cpyvke's People

Contributors

ipselium avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

esso0428

cpyvke's Issues

Getting an error when pip installing cpyvke

Here is the error:

Collecting cpyvke
  Using cached cpyvke-1.2.7.tar.gz (39 kB)
    ERROR: Command errored out with exit status 1:
     command: 'c:\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\User\\AppData\\Local\\Temp\\pip-install-0jkjrzgo\\cpyvke\\setup.py'"'"'; __file__='"'"'C:\\Users\\User\\AppData\\Local\\Temp\\pip-install-0jkjrzgo\\cpyvke\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\User\AppData\Local\Temp\pip-pip-egg-info-2gjp8al5'
         cwd: C:\Users\User\AppData\Local\Temp\pip-install-0jkjrzgo\cpyvke\
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\User\AppData\Local\Temp\pip-install-0jkjrzgo\cpyvke\setup.py", line 42, in <module>
        long_description=open('README.md').read(),
      File "c:\python38\lib\encodings\cp1252.py", line 23, in decode
        return codecs.charmap_decode(input,self.errors,decoding_table)[0]
    UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 3449: character maps to <undefined>
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

My python version is 3.8.3 and I'm on Windows 10.


Update:
The plugin uses curses and other things that are local to linux, I don't know how to use this in windows.

Getting an error when going to Kernel

Python: 3.8.2

OS:
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal

Nvim:
NVIM v0.5.0-dev

================================================================================
When I switch to the Kernel view in cpyvke, I get this error.

Exiting ! Closing cpyvke...
Traceback (most recent call last):
  File "/home/linux5mon/.local/lib/python3.8/site-packages/cpyvke/objects/panel.py", line 106, in display
    self.tasks()
  File "/home/linux5mon/.local/lib/python3.8/site-packages/cpyvke/curseswin/app.py", line 77, in wrapper
    function(*args, **kwargs)
  File "/home/linux5mon/.local/lib/python3.8/site-packages/cpyvke/objects/panel.py", line 120, in tasks
    self.app.kernel_win.display()
  File "/home/linux5mon/.local/lib/python3.8/site-packages/cpyvke/objects/panel.py", line 436, in display
    self.tasks()
  File "/home/linux5mon/.local/lib/python3.8/site-packages/cpyvke/curseswin/app.py", line 77, in wrapper
    function(*args, **kwargs)
  File "/home/linux5mon/.local/lib/python3.8/site-packages/cpyvke/objects/panel.py", line 478, in tasks
    self.refresh()
  File "/home/linux5mon/.local/lib/python3.8/site-packages/cpyvke/objects/panel.py", line 501, in refresh
    self.app.status_bar()
  File "/home/linux5mon/.local/lib/python3.8/site-packages/cpyvke/curseswin/app.py", line 243, in status_bar
    debug_info_id = 'kernel {} '.format(self.cf.split('-')[1].split('.')[0])
IndexError: list index out of range

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.