'FCPython installation

When I try to import FCPython on Jupyter notebook:

from FCPython import createPitch

I get this error:

ModuleNotFoundError: No module named 'FCPython'

when I tried to install it :

pip install FCPython

I get this error:

Note: you may need to restart the kernel to use updated packages. ERROR: Could not find a version that satisfies the requirement FCPython (from versions: none) ERROR: No matching distribution found for FCPython



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source