pfalcon / pycopy-lib

Standard library of the Pycopy project, minimalist and light-weight Python language implementation
https://github.com/pfalcon/pycopy
Other
246 stars 70 forks source link

Unable to install pycopy-xmltok2 using pip or manual install #77

Open Wavey116 opened 1 year ago

Wavey116 commented 1 year ago

I tried calling using pip install pycopy-xmltok comand and this same command type installed, Numby, re101, and pandas. However, when I tried to install this either locally or calling via the command line to repository I get the below output. When I manually pull down the package the only thing inside the package that resembles a package installer is a xmltok.py file. Anyone have the xmltok2 or pycopy-xml.etree.ElementTree installed correctly? Thank you for anytime you might have to respond.

Requirement already satisfied: pip in c:\program files\windowsapps\pythonsoftwarefoundation.python.3.11_3.11.496.0_x64__qbz5n2kfra8p0\lib\site-packages (22.3.1) Collecting install Downloading install-1.3.5-py3-none-any.whl (3.2 kB) Collecting pycopy-xmltok2 Downloading pycopy-xmltok2-0.3.tar.gz (2.2 kB) ERROR: pycopy-xmltok2 from https://files.pythonhosted.org/packages/68/a3/7170eb8c78c3d6746a875f30d65f52d9bf0bb3d508c1288865ceb3673f48/pycopy-xmltok2-0.3.tar.gz does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.