swansonk14 / SyntheMol

Combinatorial antibiotic generation
MIT License
94 stars 19 forks source link

Installed questions #10

Closed yuyadanyadan closed 7 months ago

yuyadanyadan commented 7 months ago

Thanks for your sharing! When I'm installing the packages, I'm always in trouble. Is it because we don't have access to download these packages in China?

ERROR: Could not find a version that satisfies the requirement chemfunc==1.0.3 (from versions: none) ERROR: No matching distribution found for chemfunc==1.0.3

or ERROR: Could not find a version that satisfies the requirement synthemol (from versions: none) ERROR: No matching distribution found for synthemol

swansonk14 commented 7 months ago

Hi @yuyadanyadan,

Thank you for reaching out with the issue!

I haven't seen those particular issues before with chemfunc or synthemol, so it's possible it may be a problem with accessing them from China.

To help with debugging, what installation command were you running when you got that error message?

If the installation using pip isn't working for those two packages, an alternative is to clone the git repos and install them locally. Here's how you can do that.

chemfunc

git clone https://github.com/swansonk14/chemfunc.git
cd chemfunc
pip install -e .

synthemol

git clone https://github.com/swansonk14/SyntheMol.git
cd SyntheMol
pip install -e .

Please let me know if that works or if you're still having issues.

Best, Kyle

swansonk14 commented 7 months ago

I'm going to close this issue, but please reopen it if you're still having problems!