Code Monkey home page Code Monkey logo

Comments (6)

Youjose avatar Youjose commented on July 19, 2024

What Python version do you have? I ran this on Python 3.9, as indicated by cp93 i.e Cpython version 3.9, I do run this on windows 10, but check on your Python version. And update it if needed.

If that still does not fix it somehow, try building the code from repository with after downloading the code, then in the directory with setup.py, run the command python setup.py install

Tell me how it goes and if it works or not, I will try researching more into this if it didn't.

from pycricodecs.

CharlieFuu69 avatar CharlieFuu69 commented on July 19, 2024

Thanks for answering =D
I'm running Python v3.10.4 (visible in the version line returned by pip -V).
As for building the code, I have installed Visual Studio Build Tools but no success:
Captura de pantalla (679)

I have installed "Microsoft Visual C++" later than v14.0 and still I have not succeeded:
image

2 options: It is a strange situation, or I have skipped a step XD

from pycricodecs.

Youjose avatar Youjose commented on July 19, 2024

Hmm, I've got some tips here, maybe setup tools is outdated, so try pip install --upgrade setuptools, first.

and also check the compilers in https://wiki.python.org/moin/WindowsCompilers.

Here I also provided a new wheel file, this one might work as I compiled it with python setup.py bdist_wheel --universal, added the Universal tag if it might have any help there, so tell me how it goes!
PyCriCodecs-0.2.1-cp39-cp39-win_amd64.zip

from pycricodecs.

CharlieFuu69 avatar CharlieFuu69 commented on July 19, 2024

Unfortunately it doesn't seem to work for me. I get the exact same thing when trying to install with pip.
I've run the pip debug --verbose command, and got the following entries that may be helpful:

vendored library versions:
  CacheControl==0.12.11
  colorama==0.4.5
  distlib==0.3.5
  distro==1.7.0
  msgpack==1.0.4
  packaging==21.3
  pep517==0.12.0
  platformdirs==2.5.2
  pyparsing==3.0.9
  requests==2.28.1
  certifi==2022.06.15
  chardet==5.0.0
  idna==3.3
  urllib3==1.26.10
  rich==12.5.1 (Unable to locate actual module version, using vendor.txt specified version)
  pygments==2.12.0
  typing_extensions==4.3.0 (Unable to locate actual module version, using vendor.txt specified version)
  resolvelib==0.8.1
  setuptools==44.0.0 (Unable to locate actual module version, using vendor.txt specified version)
  six==1.16.0
  tenacity==8.0.1 (Unable to locate actual module version, using vendor.txt specified version)
  tomli==2.0.1
  webencodings==0.5.1 (Unable to locate actual module version, using vendor.txt specified version)
Compatible tags: 36
  cp310-cp310-win_amd64
  cp310-abi3-win_amd64
  cp310-none-win_amd64
  cp39-abi3-win_amd64
  cp38-abi3-win_amd64
  cp37-abi3-win_amd64
  cp36-abi3-win_amd64
  cp35-abi3-win_amd64
  cp34-abi3-win_amd64
  cp33-abi3-win_amd64
  cp32-abi3-win_amd64
  py310-none-win_amd64
  py3-none-win_amd64
  py39-none-win_amd64
  py38-none-win_amd64
  py37-none-win_amd64
  py36-none-win_amd64
  py35-none-win_amd64
  py34-none-win_amd64
  py33-none-win_amd64
  py32-none-win_amd64
  py31-none-win_amd64
  py30-none-win_amd64
  cp310-none-any
  py310-none-any
  py3-none-any
  py39-none-any
  py38-none-any
  py37-none-any
  py36-none-any
  py35-none-any
  py34-none-any
  py33-none-any
  py32-none-any
  py31-none-any
  py30-none-any

I have a feeling the error is related to this list...

from pycricodecs.

Youjose avatar Youjose commented on July 19, 2024

Ok, after hours of research, it's just a compatibility issue.
Your python for some reason is not compatible with Cpython 3.9, so I just installed python 3.10.4 and built the wheel file for your version. Hope this one works. If it did not, than that means you probably need to solve the issue with the C++ compiler/build tools to build. Tell me how this one pans out.
PyCriCodecs-0.2.1-cp310-cp310-win_amd64.zip

from pycricodecs.

CharlieFuu69 avatar CharlieFuu69 commented on July 19, 2024

GGs.
image

Thank you for assisting me with this problem. This library seemed pretty good to me and I wanted to test it to see if it is possible to integrate it into a Ren'Py game. Now that will be my way to go.

Really, thanks for everything. I will mark this issue as closed =D

from pycricodecs.

Related Issues (9)

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.