autotrain-advanced
autotrain-advanced copied to clipboard
[BUG] ModuleNotFoundError: No module named '_ctypes'
Prerequisites
- [X] I have read the documentation.
- [X] I have checked other issues for similar problems.
Backend
Local
Interface Used
CLI
CLI Command
conda create -n autotrain python=3.10 conda activate autotrain pip install autotrain-advanced conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia conda install -c "nvidia/label/cuda-12.1.0" cuda-nvcc Once done, you can start the application using:
autotrain app --port 8080 --host 127.0.0.1
UI Screenshots & Parameters
No response
Error Logs
(autotrain) dell@dell-Latitude-E7470:~/projects/ai$ autotrain app --port 8080 --host 127.0.0.1
Traceback (most recent call last):
File "/home/dell/.pyenv/versions/3.9.7/bin/autotrain", line 5, in
Additional Information
I haven't clone this repo. it's not needed right?