Code Monkey home page Code Monkey logo

Comments (7)

svlandeg avatar svlandeg commented on May 18, 2024

Hi @pakos47, what is the operating system you're working on, which version, and what is your Python version ?

from cymem.

pakos47 avatar pakos47 commented on May 18, 2024

Win10, 64-bit and Python 3.8

from cymem.

svlandeg avatar svlandeg commented on May 18, 2024

Ok, so I guess you need cymem-2.0.3-cp38-cp38-win_amd64.whl ?

from cymem.

pakos47 avatar pakos47 commented on May 18, 2024

Tried it already, none of them work unfortunately.

from cymem.

svlandeg avatar svlandeg commented on May 18, 2024

Ok so you would expect only one of them to work really - the very specific .whl for your system. In your original post you mention cymem-2.0.3-cp38-cp38m-win32.whl but the win32 bit would be incompatible with your 64-bit Windows. Which is why I linked to the (hopefully) correct one. Could you try that one again and paste the full log of your console ?

from cymem.

Pierretherenard avatar Pierretherenard commented on May 18, 2024

May be related
Here is what I got when i tried to install on macOS high sierra python 3.5 wheel 0.34.2
pip install cymem
Collecting cymem
Using cached cymem-2.0.3.tar.gz (51 kB)
ERROR: Command errored out with exit status 1:
command: /Library/Frameworks/Python.framework/Versions/3.5/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/6t/yj5swk590m7fx49489t_f2sr0000gn/T/pip-install-obc7il24/cymem/setup.py'"'"'; file='"'"'/private/var/folders/6t/yj5swk590m7fx49489t_f2sr0000gn/T/pip-install-obc7il24/cymem/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 /private/var/folders/6t/yj5swk590m7fx49489t_f2sr0000gn/T/pip-install-obc7il24/cymem/pip-egg-info
cwd: /private/var/folders/6t/yj5swk590m7fx49489t_f2sr0000gn/T/pip-install-obc7il24/cymem/
Complete output (26 lines):
Download error on https://pypi.python.org/simple/wheel/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645) -- Some packages may not be found!
Download error on https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645) -- Some packages may not be found!
No local packages or working download links found for wheel<0.33.0,>=0.32.0
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/6t/yj5swk590m7fx49489t_f2sr0000gn/T/pip-install-obc7il24/cymem/setup.py", line 149, in
setup_package()
File "/private/var/folders/6t/yj5swk590m7fx49489t_f2sr0000gn/T/pip-install-obc7il24/cymem/setup.py", line 144, in setup_package
cmdclass={"build_ext": build_ext_subclass},
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/core.py", line 108, in setup
_setup_distribution = dist = klass(attrs)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/setuptools/dist.py", line 335, in init
self.fetch_build_eggs(attrs['setup_requires'])
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/setuptools/dist.py", line 456, in fetch_build_eggs
replace_conflicting=True,
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/pkg_resources/init.py", line 863, in resolve
replace_conflicting=replace_conflicting
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/pkg_resources/init.py", line 1141, in best_match
return self.obtain(req, installer)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/pkg_resources/init.py", line 1153, in obtain
return installer(requirement)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/setuptools/dist.py", line 522, in fetch_build_egg
return cmd.easy_install(req)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/setuptools/command/easy_install.py", line 666, in easy_install
raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('wheel<0.33.0,>=0.32.0')

from cymem.

adrianeboyd avatar adrianeboyd commented on May 18, 2024

Hi, the wheel requirement is no longer needed and is removed from v2.0.5, so I hope the source install is easier now!

from cymem.

Related Issues (17)

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.