Closed rastersoft closed 7 years ago
And it is the lastest version...
Ok, it seems that the changes to support python3 still haven't been published as stable...
Hello @rastersoft. We've just released the 1.2.0 which can be installed using pip and pip3.
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/