Code Monkey home page Code Monkey logo

h5pyviewer's People

Contributors

ganymede42 avatar maheshpaliwal 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  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  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

h5pyviewer's Issues

License

Would it be possible to specify what license the code is under?

Missing a requirements.txt

Right now I'm iteratively trying to get all of the packages installed so far.

pip install wxPython
pip install matplotlib
pip install Cython
pip install glumpy
pip install PyOpenGL
conda install freetype

Now I'm left with

ImportError: No module named libDetXR.procMoment
ImportError: cannot import name VertexBuffer
ImportError: cannot import name VertexBuffer
ImportError: cannot import name VertexBuffer

and I can't find them in pip or conda.


Also it'd be nice to add quickstart usage instructions to the README.

python -m h5pyViewer.h5pyViewer

Running on Windows , Platform still identified as Linux

Below error came on Windows

C:\Users\Gelesh\Documents\softwares\hy5viewer\h5pyViewer>py setup.py
File "setup.py", line 98
mod=0755
^
SyntaxError: invalid token

This could be because
Line 97 to check the system platform as Windows failed.

    if platform.system()=='Linux':
      mod=0755 

Not supportive on python 3.5

When I try to install them on python 3.5, there is always Syntax Error. Is there any way that I can install h5pyViewer on a python 3.5 machine on linux? Thanks

Error while installing with pip3

❯ pip3 --version
pip 22.2.2 from /usr/local/lib/python3.10/site-packages/pip (python 3.10)
❯ python3 --version
Python 3.10.7
❯ pip3 install h5pyViewer
Collecting h5pyViewer
  Using cached h5pyViewer-0.0.1.6.tar.gz (74 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [7 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/private/var/folders/qn/l__177td1_l_c32b3v2lrxc40000gn/T/pip-install-81k8twt1/h5pyviewer_bc53f85e7d5642d3a554c2d98d1bc28f/setup.py", line 98
          mod=0755
              ^
      SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

list index out of range

I got an error while installing using the setup.py file.

getVersion() -> using git command -> Traceback (most recent call last): File "./setup.py", line 150, in <module> main() File "./setup.py", line 146, in main runSetup() File "./setup.py", line 112, in runSetup ver=getVersion() File "./setup.py", line 81, in getVersion gitcmt=res[1][1:] IndexError: list index out of range
Anything that can help?

What is wx and wx.py?

RefactoringTool: h5pyViewer.py
(fastai-cpu) james@CatsDL:/mnt/c/users/james/downloads/h5pyViewer-master-2/h5pyViewer-master/h5pyViewer$ python h5pyViewer.py
Traceback (most recent call last):
File "h5pyViewer.py", line 12, in
import wx,h5py
ModuleNotFoundError: No module named 'wx'

I used 2to3 to convert to 3.0 python

How to use it?

I install it from pip command. How to use it? There's no command like h5pyViewer add to my path.

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.