pybox2d / pybox2d

2D Game Physics for Python
Other
474 stars 93 forks source link

Conda install not working for python 3 #101

Closed michaelkhan3 closed 4 years ago

michaelkhan3 commented 6 years ago

When I try to install the package using

conda install -c kne pybox2d

I get the following error suggesting that the package is only compatible with python 2.7

`UnsatisfiableError: The following specifications were found to be in conflict:

I'm using Windows 10 and Anaconda 4.3.30

radusl commented 4 years ago

I get the exact same error: ` conda install -c kne pybox2d Fetching package metadata ............... Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in conflict:

PoojaKatariya1811 commented 4 years ago

i have a similar error

C:\Users\user>conda install -c kne pybox2d Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:

i am using python 3.6 for this environment on windows 10

PoojaKatariya1811 commented 4 years ago

Here's what I did, First I created a new environment then installed pybox2d by using conda: conda install -c kne pybox2d Once this was completed, I installed tensorflow package from anaconda navigator. This solved the problem for me.

kne commented 4 years ago

pybox2d is now on conda-forge, easing distribution on multiple python versions + platforms. To install it from there, please use conda install -c conda-forge pybox2d

The kne channel on conda-forge will be cleared out in the near future and will not be updated.