-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't install onto Python 3.4 #4
Comments
I have released a version 1.0.3. |
Same problem during install on python 3.5 (Anaconda) $ pip install pyzmail AttributeError: _DistInfoDistribution__dep_map
... ImportError: No module named '_markerlib' Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/7d/5cfd89tj4s7gtscfh0lsp9qc0000gn/T/pip-build-3742glcu/distribute/ |
May I ask whether you have solved this problem? Because it confuse me too right now.C:\Users\Jiarong>pip3 install pyzmail
tup.py", line 58, in
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Jiarong |
I've got the same issue. Command : Same traceback and error messages than @xjr7670 . |
Same here. |
easy_install pyzmail worked for me, but my dev environment still doesn't recognize "import pyzmail". help :( |
Hello
I get the following error when trying to install on Python 3.4, any ideas?
Thanks
(venv3.4)pgtrafficcop@core01:/opt/pythonapps/sunnyboy$ pip install pyzmail
Downloading/unpacking pyzmail
Downloading pyzmail-1.0.2.tar.gz (57kB): 57kB downloaded
Running setup.py (path:/home/pgtrafficcop/venv3.4/build/pyzmail/setup.py) egg_info for package pyzmail
Downloading http://pypi.python.org/packages/source/ ... .21.tar.gz
Extracting in /tmp/tmp9z06l8ae
Now working in /tmp/tmp9z06l8ae/distribute-0.6.21
Building a Distribute egg in /home/pgtrafficcop/venv3.4/build/pyzmail
Failed to import the site module
Traceback (most recent call last):
File "/tmp/tmp9z06l8ae/distribute-0.6.21/site.py", line 73, in
__boot()
File "/tmp/tmp9z06l8ae/distribute-0.6.21/site.py", line 2, in __boot
import sys, imp, os, os.path
File "/home/pgtrafficcop/venv3.4/lib/python3.4/imp.py", line 22, in
from importlib import util
File "/home/pgtrafficcop/venv3.4/lib/python3.4/importlib/util.py", line 12, in
from contextlib import contextmanager
ImportError: No module named 'contextlib'
/home/pgtrafficcop/venv3.4/build/pyzmail/distribute-0.6.21-py3.4.egg
Traceback (most recent call last):
File "/home/pgtrafficcop/venv3.4/build/pyzmail/distribute_setup.py", line 143, in use_setuptools
raise ImportError
ImportError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "", line 17, in
File "/home/pgtrafficcop/venv3.4/build/pyzmail/setup.py", line 11, in
use_setuptools()
File "/home/pgtrafficcop/venv3.4/build/pyzmail/distribute_setup.py", line 145, in use_setuptools
return _do_download(version, download_base, to_dir, download_delay)
File "/home/pgtrafficcop/venv3.4/build/pyzmail/distribute_setup.py", line 125, in _do_download
_build_egg(egg, tarball, to_dir)
File "/home/pgtrafficcop/venv3.4/build/pyzmail/distribute_setup.py", line 116, in _build_egg
raise IOError('Could not build the egg.')
OSError: Could not build the egg.
Complete output from command python setup.py egg_info:
Downloading http://pypi.python.org/packages/source/ ... .21.tar.gz
Extracting in /tmp/tmp9z06l8ae
Now working in /tmp/tmp9z06l8ae/distribute-0.6.21
Building a Distribute egg in /home/pgtrafficcop/venv3.4/build/pyzmail
Failed to import the site module
Traceback (most recent call last):
File "/tmp/tmp9z06l8ae/distribute-0.6.21/site.py", line 73, in
__boot()
File "/tmp/tmp9z06l8ae/distribute-0.6.21/site.py", line 2, in __boot
import sys, imp, os, os.path
File "/home/pgtrafficcop/venv3.4/lib/python3.4/imp.py", line 22, in
from importlib import util
File "/home/pgtrafficcop/venv3.4/lib/python3.4/importlib/util.py", line 12, in
from contextlib import contextmanager
ImportError: No module named 'contextlib'
/home/pgtrafficcop/venv3.4/build/pyzmail/distribute-0.6.21-py3.4.egg
Traceback (most recent call last):
File "/home/pgtrafficcop/venv3.4/build/pyzmail/distribute_setup.py", line 143, in use_setuptools
raise ImportError
ImportError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "", line 17, in
File "/home/pgtrafficcop/venv3.4/build/pyzmail/setup.py", line 11, in
use_setuptools()
File "/home/pgtrafficcop/venv3.4/build/pyzmail/distribute_setup.py", line 145, in use_setuptools
return _do_download(version, download_base, to_dir, download_delay)
File "/home/pgtrafficcop/venv3.4/build/pyzmail/distribute_setup.py", line 125, in _do_download
_build_egg(egg, tarball, to_dir)
File "/home/pgtrafficcop/venv3.4/build/pyzmail/distribute_setup.py", line 116, in _build_egg
raise IOError('Could not build the egg.')
OSError: Could not build the egg.
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/pgtrafficcop/venv3.4/build/pyzmail
Storing debug log for failure in /home/pgtrafficcop/.pip/pip.log
(venv3.4)pgtrafficcop@core01:/opt/pythonapps/sunnyboy$
The text was updated successfully, but these errors were encountered: