question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not supported python3.7

See original GitHub issue

Python 3.7 cannot import the pacage. It works all right with python 3.6.9.

Error message:

`Python 3.7.3 (default, Mar 27 2019, 22:11:17) [GCC 7.3.0] :: Anaconda, Inc. on linux Type “help”, “copyright”, “credits” or “license” for more information.

import kaolin as kal Traceback (most recent call last): File “<stdin>”, line 1, in <module> File “/home/zuanazzi/anaconda3/envs/tomtom/lib/python3.7/site-packages/kaolin-0.2.0+ed13273-py3.7-linux-x86_64.egg/kaolin/init.py”, line 17, in <module> File “/home/zuanazzi/anaconda3/envs/tomtom/lib/python3.7/site-packages/kaolin-0.2.0+ed13273-py3.7-linux-x86_64.egg/kaolin/conversions/init.py”, line 1, in <module> File “/home/zuanazzi/anaconda3/envs/tomtom/lib/python3.7/site-packages/kaolin-0.2.0+ed13273-py3.7-linux-x86_64.egg/kaolin/conversions/meshconversions.py”, line 22, in <module> File “/home/zuanazzi/anaconda3/envs/tomtom/lib/python3.7/site-packages/kaolin-0.2.0+ed13273-py3.7-linux-x86_64.egg/kaolin/metrics/init.py”, line 3, in <module> File “/home/zuanazzi/anaconda3/envs/tomtom/lib/python3.7/site-packages/kaolin-0.2.0+ed13273-py3.7-linux-x86_64.egg/kaolin/metrics/mesh.py”, line 40, in <module> File “/home/zuanazzi/anaconda3/envs/tomtom/lib/python3.7/site-packages/kaolin-0.2.0+ed13273-py3.7-linux-x86_64.egg/kaolin/rep/init.py”, line 1, in <module> File “/home/zuanazzi/anaconda3/envs/tomtom/lib/python3.7/site-packages/kaolin-0.2.0+ed13273-py3.7-linux-x86_64.egg/kaolin/rep/Mesh.py”, line 25, in <module> File “/home/zuanazzi/anaconda3/envs/tomtom/lib/python3.7/site-packages/kaolin-0.2.0+ed13273-py3.7-linux-x86_64.egg/kaolin/cuda/load_textures.py”, line 7, in <module> File “/home/zuanazzi/anaconda3/envs/tomtom/lib/python3.7/site-packages/kaolin-0.2.0+ed13273-py3.7-linux-x86_64.egg/kaolin/cuda/load_textures.py”, line 6, in bootstrap File “/home/zuanazzi/anaconda3/envs/tomtom/lib/python3.7/imp.py”, line 342, in load_dynamic return _load(spec) ImportError: /home/zuanazzi/.cache/Python-Eggs/kaolin-0.2.0+ed13273-py3.7-linux-x86_64.egg-tmp/kaolin/cuda/load_textures.cpython-37m-x86_64-linux-gnu.so: undefined symbol: cudaSetupArgument `

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
Jean-Francois-Laflechecommented, Nov 15, 2019

Hi, I just ran tests on both python 3.7.3 and 3.7.5 and both were successful. Would you be able to please provide the CUDA and pytorch version you are using? Thank you!

0reactions
Caenorstcommented, Apr 21, 2021

Hi, thank you for using Kaolin! The library went through a major rewrite with the version 0.9.0, and this issue is no longer current. Please refer to our latest documentation: https://kaolin.readthedocs.io/en/latest/

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Package Python3.7 is not available - Stack Overflow
But when I try sudo apt-get install python3.7 It says package is not available but is referred to another package. Help please Error:...
Read more >
What's New In Python 3.7 — Python 3.11.1 documentation
This indicates clearly that the old API is not supported on platforms where it cannot be used reliably, and that no effort will...
Read more >
How to install python3.7 on a mac (mojave using homebrew
Try using pyenv . This library will help you switch between different versions of Python (in case you need to run Python 2.x...
Read more >
Installation — pandas 1.5.2 documentation
The simplest way to install not only pandas, but Python and the most ... The commands in this table will install pandas for...
Read more >
NumPy 1.22.0 Release Notes
The Python versions supported in this release are 3.8-3.10, Python 3.7 has ... a // 1 TypeError: ufunc 'floor_divide' not supported for the...
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