python3.9 I failed to install tick

See original GitHub issue

hello Can you help me? pip install tick failed

windows python 3.9 PyCharm

Here is the CMD error message

  Building wheel for tick (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [4 lines of output]
      Error executing check_cblas.py - cblas not found
      running bdist_wheel
      running build
      error: [WinError 2] 系统找不到指定的文件。
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for tick
  Running setup.py clean for tick
Failed to build tick
Installing collected packages: tick
  Running setup.py install for tick ... error
  error: subprocess-exited-with-error

  × Running setup.py install for tick did not run successfully.
  │ exit code: 1
  ╰─> [10 lines of output]
      Error executing check_cblas.py - cblas not found
      running install
      d:\programs\python39\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
        warnings.warn(
      running build_ext
      INFO: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      building 'tick\array\build._array' extension
      swigging lib/swig/tick/array/array_module.i to lib/swig/tick/array/array_module_wrap.cpp
      swig.exe -python -py3 -c++ -Ilib/swig -Ilib/include -outdir tick\array\build -DDEBUG_COSTLY_THROW -o lib/swig/tick/array/array_module_wrap.cpp lib/swig/tick/array/array_module.i
      error: command 'swig.exe' failed: None
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> tick

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure. ```

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
cherylLbtcommented, Apr 11, 2022

I met the same issue as yours. After I switch to python3.7 on a Linux system, it succeeds.

1reaction
PhilipDeegancommented, Apr 11, 2022

sorry but there is no release for python3.9 on pypi just yet

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation issues · Issue #68 · X-DataInitiative/tick - GitHub
When I try to import tick, it raises an ImportError saying "No ... Installation issues #68 ... python3.9 I failed to install tick...
Read more >
What is the meaning of "Failed building wheel for X" in pip ...
The apt python3 wheel command package is named python-wheel-common . Installing this too fixes the "failed building wheel" errors for me.
Read more >
How to Fix Python Was Not Found Run Without ... - YouTube
... Was Not Found Run Without Arguments to Install From the Microsoft Store Error ... Open Python Folder 9. ... Tick Add Python...
Read more >
Could not find a version that satisfies the requirement X
The error "Could not find a version that satisfies the requirement" is commonly caused when we try to pip install a built-in Python...
Read more >
Python Release Python 3.9.9
3.9.9 was released out of schedule as a hotfix for an argparse regression in Python 3.9.8 which caused complex command-line tools to fail...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found