-
Notifications
You must be signed in to change notification settings - Fork 75
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
Need support on this setup #98
Comments
I see this in the error logs: Have you tried that? |
Thanks for your reply! it looks like i have installed C++, confirmed version above 14.0, but it's still appearing. I'm more worried about the process before this, because I have no understanding of python. I just simply downloaded your github package, uncompress, and tried to run requirements.txt directly. I'm not sure if the above is correct. Thank you, |
I'm not able to prioritize debugging, unfortunately. I'll leave this issue open in case others can help out. |
Glad to hear you're working through it. No, I haven't seen this issue. Make sure you're looking at placements, not ad units, using the "name" column here: If you have multiple Ad Manager accounts, be sure you're calling the correct one. You can check that by fetching the orders: If that's not working, please also try it with a new placement named something simple, like "test". |
Thanks again. Confirm that I am targeting the exact naming on placement, and I can successfully pull my existing orders from DFP. I have also created a "test" placement, but still failed to be found. May I know if there are further methods / areas I should be checking? I have asked someone else to use the exact same settings.py and they are able to successfully find my placement. current error log: |
Hi there, thanks so much for creating this tool.
However, as I do not have knowledge on python, I have tried and unsuccessful on using the tool.
My Python version is already 3.6+, and I am receiving below error message when Run pip install -r requirements.txt:
ERROR: Command errored out with exit status 1:
command: 'c:\users\USER\appdata\local\programs\python\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome\setup.py'"'"'; file='"'"'C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\USER\AppData\Local\Temp\pip-pip-egg-info-ng2cbzln'
cwd: C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome
Complete output (20 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome\setup.py", line 448, in
set_compiler_options(package_root, ext_modules)
File "C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome\compiler_opt.py", line 304, in set_compiler_options
clang = compiler_is_clang()
File "C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome\compiler_opt.py", line 239, in compiler_is_clang
return test_compilation(source, msg="clang")
File "C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome\compiler_opt.py", line 82, in test_compilation
objects = compiler.compile([fname], extra_postargs=extra_cc_options)
File "c:\users\USER\appdata\local\programs\python\python38\lib\distutils_msvccompiler.py", line 360, in compile
self.initialize()
File "c:\users\USER\appdata\local\programs\python\python38\lib\distutils_msvccompiler.py", line 253, in initialize
vc_env = _get_vc_env(plat_spec)
File "c:\users\USER\appdata\local\programs\python\python38\lib\site-packages\setuptools\msvc.py", line 314, in msvc14_get_vc_env
return _msvc14_get_vc_env(plat_spec)
File "c:\users\USER\appdata\local\programs\python\python38\lib\site-packages\setuptools\msvc.py", line 268, in _msvc14_get_vc_env
raise distutils.errors.DistutilsPlatformError(
distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
Testing support for clang
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Really looking forward to your help. Thank you!
The text was updated successfully, but these errors were encountered: