pfalcon / pycopy

Pycopy - a minimalist and memory-efficient Python dialect. Good for desktop, cloud, constrained systems, microcontrollers, and just everything.
http://pycopy.readthedocs.io
MIT License
806 stars 78 forks source link

Error installing pycopy-copy #69

Closed ORobsonJr closed 2 years ago

ORobsonJr commented 2 years ago

pip3 install pycopy-copy /home/linuxlite/.local/lib/python3.8/site-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.23ubuntu1 is an invalid version and will not be supported in a future release warnings.warn( /home/linuxlite/.local/lib/python3.8/site-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.1.36ubuntu1 is an invalid version and will not be supported in a future release warnings.warn( /home/linuxlite/.local/lib/python3.8/site-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.23ubuntu1 is an invalid version and will not be supported in a future release warnings.warn( /home/linuxlite/.local/lib/python3.8/site-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.1.36ubuntu1 is an invalid version and will not be supported in a future release warnings.warn( Collecting pycopy-copy Using cached pycopy-copy-3.3.3.post7.tar.gz (3.7 kB) ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-9zuba34s/pycopy-copy/setup.py'"'"'; file='"'"'/tmp/pip-install-9zuba34s/pycopy-copy/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 /tmp/pip-install-9zuba34s/pycopy-copy/pip-egg-info cwd: /tmp/pip-install-9zuba34s/pycopy-copy/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/tokenize.py", line 392, in open buffer = _builtin_open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-9zuba34s/pycopy-copy/setup.py'

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

pfalcon commented 2 years ago

You don't use Pycopy packages in the correct manner. See https://pycopy.readthedocs.io/en/latest/reference/packages.html