-
-
Notifications
You must be signed in to change notification settings - Fork 40
Error when installing via pip #52
Comments
Yeah, seems there's only wheel's for OS X and 3.6/2.7 (https://pypi.org/project/hyperjson/#files). We need a normal source package that gets built on install as a fallback. |
Alright, that makes sense. On that note, I found that I'm not publishing |
sdist are not yet possible with pyp3-pack as pip hasn't implemented PEP 517 yet (PyO3/maturin#2). I highly suggest releasing from CI, which means you get wheels for all major platforms (s. e.g. https://pypi.org/project/pyo3-pack/#files, https://github.com/PyO3/pyo3-pack/blob/master/.travis.yml and https://github.com/PyO3/pyo3-pack/blob/master/appveyor.yml). For the release thing, I plan to change the default for upload to release and strip in pyo3-pack which should make that easier |
I've added some linux wheels to the release page for now |
Howdy, are there any plans to upload the linux wheels to pypi? |
I can not install hyperjson on Github Actions by using pip, and I have tried to change my requirements.txt from the error from GitHub Actions:
|
I'm very sorry that it took so long but these problems should now be resolved thanks to our new release process through Github Actions (#130). Pre-built wheels are now available for Linux, macOS, and Windows and Python 3.5 up to 3.8. Make sure to post a comment here if you're still running into problems. |
still running into problems: Python version: |
That's odd. Looking at the latest release on PyPI, I can see the Windows 3.7 package here... 🤔 |
It's probably due to that all your windows packages are x64 only, after installing python x64 i was able to pull and install the package. |
Oh, yeah that's it. Sorry, totally missed the win32 part. |
Both
pipenv install hyperjson
andpip install hyperjson
produce the following error:Tried this on Ubuntu 18.10 with python 3.6.7
The text was updated successfully, but these errors were encountered: