Skip to content
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

unable to install tulipy #43

Open
scubieman opened this issue Nov 11, 2020 · 2 comments
Open

unable to install tulipy #43

scubieman opened this issue Nov 11, 2020 · 2 comments

Comments

@scubieman
Copy link

Running windows pycharm. Running numpy 1.19.3
Running python 3.8, tested with 3.9 same results. I keep getting error about numpy, but i am installing tulipy.

I tried install via command prompt also use "pip install tulipy" but that fails also.

`Collecting tulipy
Using cached tulipy-0.4.0.tar.gz (110 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'

DEPRECATION: The -b/--build/--build-dir/--build-directory option is deprecated. pip 20.3 will remove support for this functionality. A possible replacement is use the TMPDIR/TEMP/TMP environment variable, possibly combined with --no-clean. You can find discussion regarding this at pypa/pip#8333.
ERROR: Command errored out with exit status 1:
command: 'C:\Users\ScubaTest\Desktop\python\test\Scripts\python.exe' 'C:\Users\ScubaTest\Desktop\python\test\lib\site-packages\pip_vendor\pep517_in_process.py' get_requires_for_build_wheel 'C:\Users\SCUBAT~1\AppData\Local\Temp\tmp7o8pkrqe'
cwd: C:\Users\ScubaTest\AppData\Local\Temp\pycharm-packaging\tulipy
Complete output (20 lines):
Traceback (most recent call last):
File "C:\Users\ScubaTest\Desktop\python\test\lib\site-packages\pip_vendor\pep517_in_process.py", line 280, in
main()
File "C:\Users\ScubaTest\Desktop\python\test\lib\site-packages\pip_vendor\pep517_in_process.py", line 263, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\Users\ScubaTest\Desktop\python\test\lib\site-packages\pip_vendor\pep517_in_process.py", line 114, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\ScubaTest\AppData\Local\Temp\pip-build-env-1egk7hbk\overlay\Lib\site-packages\setuptools\build_meta.py", line 149, in get_requires_for_build_wheel
return self._get_build_requires(
File "C:\Users\ScubaTest\AppData\Local\Temp\pip-build-env-1egk7hbk\overlay\Lib\site-packages\setuptools\build_meta.py", line 130, in get_build_requires
self.run_setup()
File "C:\Users\ScubaTest\AppData\Local\Temp\pip-build-env-1egk7hbk\overlay\Lib\site-packages\setuptools\build_meta.py", line 145, in run_setup
exec(compile(code, file, 'exec'), locals())
File "setup.py", line 4, in
import numpy as np
File "C:\Users\ScubaTest\AppData\Local\Temp\pip-build-env-1egk7hbk\overlay\Lib\site-packages\numpy_init
.py", line 305, in
win_os_check()
File "C:\Users\ScubaTest\AppData\Local\Temp\pip-build-env-1egk7hbk\overlay\Lib\site-packages\numpy_init
.py", line 302, in _win_os_check
raise RuntimeError(msg.format(file)) from None
RuntimeError: The current Numpy installation ('C:\Users\ScubaTest\AppData\Local\Temp\pip-build-env-1egk7hbk\overlay\Lib\site-packages\numpy\init.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86

ERROR: Command errored out with exit status 1: 'C:\Users\ScubaTest\Desktop\python\test\Scripts\python.exe' 'C:\Users\ScubaTest\Desktop\python\test\lib\site-packages\pip_vendor\pep517_in_process.py' get_requires_for_build_wheel 'C:\Users\SCUBAT~1\AppData\Local\Temp\tmp7o8pkrqe' Check the logs for full command output.
`

@blueprintsud
Copy link

i have the same issue here

@GitHub-Valie
Copy link

GitHub-Valie commented Dec 20, 2020

Same issue on Python 3.8.3 (vscode is my IDE) and Numpy 1.19.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants