Can someone help me with the error I'm getting when I try to install pythonnet in Anaconda. On the website it is stated that I just need to enterconda install -c pythonnet pythonnet
or through pip pip install -i https://pypi.anaconda.org/pythonnet/simple pythonnet
and both doesn't work. When I'm trying to do it with anaconda it says PackageNotFoundError: Packages missing in current channels: - pythonnet
and when I do it with pip it says failed with error code 1
. It's not my first time installing packeges in anaconda and normally it always worked.
Asked
Active
Viewed 2,345 times
3

denfromufa
- 5,610
- 13
- 81
- 138

Fabien Morgan
- 31
- 2
-
What website? What OS? – darthbith Dec 10 '17 at 13:59
-
URL: https://anaconda.org/pythonnet/pythonnet – Fabien Morgan Dec 13 '17 at 17:24
-
OS: macOS highSierra 10.13.1 – Fabien Morgan Dec 13 '17 at 17:25
-
Right, so if you look at the files for that package, you can see that they're only available for windows – darthbith Dec 13 '17 at 20:33
-
@FabienMorgan have a look at this: https://github.com/pythonnet/pythonnet/wiki/Troubleshooting-on-Windows,-Linux,-and-OSX#osx-notes – denfromufa Dec 14 '17 at 20:42
-
basically you need mono installed in osx first – denfromufa Dec 14 '17 at 20:42