KULL-Centre / DEERpredict

Software for the prediction of DEER and PRE data from conformational ensembles.
Other
11 stars 3 forks source link

'from' keyword not supported in this version of the language #5

Closed ParkerPBD closed 2 years ago

ParkerPBD commented 2 years ago

I'm using Anaconda Powershell Prompt on Windows 10 with Python 3.8.2. After running the installation instructions I get the message that I have successfully installed DEERPREdict and all dependencies. However, when trying to use the commands on the "Running Calculations" instructions I get the error

The 'from' keyword is not supported in this version of the language

after using

from DEERPREdict.DEER import DEERpredict

I'm not sure if this is a windows or python issue and if there are work arounds for running the DEERpredict without using the 'from' keyword or if I should take additional steps to properly set up the environment so that it will work with the 'from' usage. Thank you.