GithubHelp home page GithubHelp logo

Comments (6)

jakev avatar jakev commented on July 26, 2024 1

Hi @fripsy - Unfortunately old habits die hard and there's a lot of py2 code in the project. I'll start making the project more compatible once I fix the functionality related bugs.

In the meantime perhaps try using virtualenv and forcing py2?

Something like this should work:

 cd pyxamstore/
 python2 -m virtualenv venv
 . venv/bin/activate
 python setup.py install
 pyxamstore -h

from pyxamstore.

jakev avatar jakev commented on July 26, 2024

This appears to be related to Python3.10, and my current install of Py3 is 3.6. I'll have to look into what's going on here, but the latest commits should bring support to at least 3.6: 96d14b8

from pyxamstore.

jakev avatar jakev commented on July 26, 2024

Sorry for the delay. Is there something unusual about your python installation? The latest pyxamstore code works fine with Py3.10 in a venv:

python3.10 -m venv venv3.10
. venv3.10/bin/activate
python setup.py install
cd test/jvxam/
pyxamstore unpack -d unknown/assemblies/
pyxamstore pack

I will look into moving the code away from setup.py, since it appears that's been deprecated :)

from pyxamstore.

fripsy avatar fripsy commented on July 26, 2024

No problem, don't have much time myself ;-)
Been using it with the venv in Python2, works like a charm...

Could very well be my installation, I'm switching computers next week, will try on the new one when everything is setup.
Thanks!

from pyxamstore.

jpstotz avatar jpstotz commented on July 26, 2024

Thanks, works fine using Python3.11. I only had up upgrade the requirements as the old xxhash version had no wheel for Windows.

I am now using these requirements:

future==0.18.3
lz4==4.3.2
xxhash==3.2.0

from pyxamstore.

jakev avatar jakev commented on July 26, 2024

I updated the pip requirements to support the versions above: 23cd526

I'm closing this issue :)

from pyxamstore.

Related Issues (10)

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.