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

Error in `/opt/conda/bin/python': double free or corruption (fasttop): #2

Closed
Parisnewsy opened this issue Jul 3, 2020 · 1 comment

Comments

@Parisnewsy
Copy link

Can you provide your code running environment?
Thanks a lot!

@bindog
Copy link
Owner

bindog commented Jul 4, 2020

Please don't use Anaconda, this error may caused by some unknown issues related to low level libraries.
you can use the following command to configure your environment(higher version of pytorch and torchvision is OK too)

pip3 install torch===1.2.0 torchvision===0.4.0 -f https://download.pytorch.org/whl/torch_stable.html

git clone https://github.com/NVIDIA/apex.git
cd apex
pip3 install -v --no-cache-dir ./

I will try to add a requirement.txt file in the future

@bindog bindog closed this as completed Jul 20, 2020
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

2 participants