crs4 / hl7apy

Python library to parse, create and handle HL7 v2 messages.
http://crs4.github.io/hl7apy/
MIT License
231 stars 92 forks source link

No module named 'cPickle' while installing from pip3 #27

Closed rastersoft closed 7 years ago

rastersoft commented 7 years ago

I'm trying to install hl7apy using pip3, but I receive this error:

Collecting hl7apy Downloading hl7apy-1.1.2.tar.gz (642kB) 100% |████████████████████████████████| 645kB 15.6MB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-5ggypsax/hl7apy/setup.py", line 27, in import hl7apy File "/tmp/pip-build-5ggypsax/hl7apy/hl7apy/init.py", line 26, in import cPickle ImportError: No module named 'cPickle'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-5ggypsax/hl7apy/

rastersoft commented 7 years ago

And it is the lastest version...

rastersoft commented 7 years ago

Ok, it seems that the changes to support python3 still haven't been published as stable...

svituz commented 7 years ago

Hello @rastersoft. We've just released the 1.2.0 which can be installed using pip and pip3.