We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows 10 Python 3.5.2 Pip 9.0.1 and pip 8.something (which comes with python 3.5.2 install)
C:\Program Files (x86)\Python35-32
pip3 install git+https://github.com/semio/ddf_utils.git
ddf
D:\github\open-numbers\ddf--gapminder--systema_globalis>ddf failed to create process.
Overview of ddf utils functionality
People at pip repo seem to know about it, but it still appears to pop up? pypa/pip#2783
pip
Scripts/ddf-script.py
#!c:\program files (x86)\python35-32\python.exe
#!"c:\program files (x86)\python35-32\python.exe"
The text was updated successfully, but these errors were encountered:
I will try the work around in https://github.com/tomduck/pandoc-eqnos/blob/master/setup.py
Sorry, something went wrong.
hi @jheeffer ,
Can you try updating setuptool too? I think this was fixed in pypa/setuptools#616
run pip3 install -U setuptools and reinstall ddf_utils and try the ddf command again
pip3 install -U setuptools
update setuptools fixed it indeed. Please add this to readme for windows users : )!
7b929df
No branches or pull requests
Environment
Windows 10
Python 3.5.2
Pip 9.0.1 and pip 8.something (which comes with python 3.5.2 install)
Reproduce
C:\Program Files (x86)\Python35-32
pip3 install git+https://github.com/semio/ddf_utils.git
ddf
Result:
Expected result:
Overview of ddf utils functionality
People at
pip
repo seem to know about it, but it still appears to pop up?pypa/pip#2783
Quick manual fix:
Scripts/ddf-script.py
in python install folderE.g.
#!c:\program files (x86)\python35-32\python.exe
to
#!"c:\program files (x86)\python35-32\python.exe"
ddf
possibly needed for quick fix:
The text was updated successfully, but these errors were encountered: